Crate jsonrpc_v2_client

Source

Structs§

APIKey
API Key container
Params
Request parameters
Request
JSON RPC Request
ServiceAddress
Service address container containing url and endpoint fields
url is server host in the form of 127.0.0.1:8080
endpoint is service endpoint route like /api

Constants§

JSONRPC_VERSION
JSONRPC version 2.0 compatible client library JSONRPC v2.0 specification