Search
Preparing search index...
The search index is not available
dsteem
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
RPCCall
Interface RPCCall
Hierarchy
RPCRequest
RPCCall
Index
Properties
id
jsonrpc
method
params
Properties
id
id
:
number
|
string
Request sequence number.
jsonrpc
jsonrpc
:
"2.0"
Array of parameters to pass to the method.
method
method
:
"call"
params
params
:
[
number
|
string
,
string
,
any
[]
]
API to call, you can pass either the numerical id of the API you get from calling 'get_api_by_name' or the name directly as a string.
Method to call on that API.
Arguments to pass to the method.
Globals
RPCCall
id
jsonrpc
method
params
Generated using
TypeDoc
Request sequence number.