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
. - Typed
Client - Client for typed JSON RPC requests
- Typed
Subscription Stream - A typed subscription stream.
Enums§
- RpcError
- The errors returned by the client.
Type Aliases§
- RpcFuture
- The future returned by the rpc call.
- RpcResult
- A result returned by the client.
- Subscription
Stream - The stream returned by a subscribe.