Crate jsonrpc_client_transports
source ·Expand description
JSON-RPC client implementation.
Modules
- Client transport implementations
Structs
- Client for raw JSON RPC requests
- A channel to a
RpcClient
. - Client for typed JSON RPC requests
- A typed subscription stream.
Enums
- The errors returned by the client.
Type Aliases
- The future returned by the rpc call.
- A result returned by the client.
- The stream returned by a subscribe.