Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 583 Bytes

RpcRequest.md

File metadata and controls

13 lines (9 loc) · 583 Bytes

RpcRequest

Properties

Name Type Description Notes
jsonrpc str JSON-RPC version [default to '1.0']
id str Identifier of RCP caller [default to 'neblio-apis']
method str Name of the Neblio RPC method to call
params list[str] Array of string params that should be passed to the RPC method.

[Back to Model list] [Back to API list] [Back to README]