| ANSRPC-class {rbch} | R Documentation |
The ANSRPC class
Description
This class definition is employed to cast the JSON-objects returned by API-calls to bitcoind.
Slots
rpcnamecharacterthe name of the API.resultANYthe output/result of the API.ecodeNullOrIntegerthe error code, in case of no errorNULL.emessageNullOrIntegerCharacterthe error message, in case of no errorNULL.idcharacteridentifier to API-call.
See Also
Other bitcoind functions:
CONRPC-class,
NullOrCharacter-class,
NullOrInteger-class,
conrpc(),
rpcpost(),
startbch(),
startbtc(),
stopbch(),
stopbtc()
[Package rbch version 0.1-1 Index]