Crate jsonrpc_core_client
source · [−]Expand description
JSON-RPC client implementation primitives.
By default this crate does not implement any transports,
use corresponding features (tls
, http
or ws
) to opt-in for them.
See documentation of jsonrpc-client-transports
for more details.
Modules
Client transport implementations
Structs
Client for raw JSON RPC requests
A channel to a RpcClient
.
The future returned by the rpc call.
The stream returned by a subscribe.
Client for typed JSON RPC requests
A typed subscription stream.
Enums
The errors returned by the client.