Crate tetsy_jsonrpc_client_transports

Crate tetsy_jsonrpc_client_transports 

Source
Expand description

JSON-RPC client implementation.

Modules§

transports
Client transport implementations

Structs§

RawClient
Client for raw JSON RPC requests
RpcChannel
A channel to a RpcClient.
RpcFuture
The future returned by the rpc call.
SubscriptionStream
The stream returned by a subscribe.
TypedClient
Client for typed JSON RPC requests
TypedSubscriptionStream
A typed subscription stream.

Enums§

RpcError
The errors returned by the client.