ANSRPC-class | R Documentation |
This class definition is employed to cast the JSON-objects returned by API-calls to bitcoind.
rpcname
character
the name of the API.
result
ANY
the output/result of the API.
ecode
NullOrInteger
the error code,
in case of no error NULL
.
emessage
NullOrIntegerCharacter
the error message,
in case of no error NULL
.
id
character
identifier to API-call.
Other bitcoind functions: CONRPC-class
,
NullOrCharacter-class
,
NullOrInteger-class
, conrpc
,
rpcpost
, startbtc
,
stopbtc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.