Crate jsonrpc_ws_client

Source
Expand description

JSON-RPC websocket client implementation.

Enums§

RpcError
The errors returned by the client.

Functions§

connect
Connect to a JSON-RPC websocket server.

Type Aliases§

RpcChannel
A channel to a RpcClient.