ANSRPC-class {rbtc} | R Documentation |
The ANSRPC class
Description
This class definition is employed to cast the JSON-objects returned by API-calls to bitcoind.
Slots
rpcname
character
the name of the API.result
ANY
the output/result of the API.ecode
NullOrInteger
the error code, in case of no errorNULL
.emessage
NullOrIntegerCharacter
the error message, in case of no errorNULL
.id
character
identifier to API-call.
See Also
Other bitcoind functions: CONRPC-class
,
NullOrCharacter-class
,
NullOrInteger-class
, conrpc
,
rpcpost
, startbtc
,
stopbtc
[Package rbtc version 0.1-6 Index]