tf_rpc_curl: TownforgeR function for curl'ing RPC calls

Description Usage Arguments Details

View source: R/rpc.R

Description

Description

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
tf_rpc_curl(
  url.rpc = "http://127.0.0.1:18881/json_rpc",
  method = "get_block_count",
  params = list(),
  num.as.string = FALSE,
  nonce.as.string = FALSE,
  verbatim.replace = NULL,
  keep.trying.rpc = FALSE,
  ...
)

Arguments

url.rpc

TODO

method

One of: '

params

TODO

num.as.string

TODO

nonce.as.string

TODO

verbatim.replace

TODO

keep.trying.rpc

TODO

...

TODO

Details

A list of RPC commands compatible with Townforge (v0.27.0.7 at the time of writing this) is available via Python code in https://git.townforge.net/townforge/townforge/src/branch/cc/utils/python-rpc/framework/daemon.py


Syksy/TownforgeR documentation built on Dec. 18, 2021, 3:08 p.m.