[][src]Crate susydev_jsonrpc_client

JSON-RPC client implementation.

Modules

local

Rpc client implementation for Deref<Target=MetaIoHandler<Metadata + Default>>.

Structs

RpcClient

The RpcClient handles sending and receiving asynchronous messages through an underlying transport.

RpcFuture

The future retured by the client.

RpcMessage

A message sent to the RpcClient. This is public so that the derive crate can generate a client.

Enums

RpcError

The errors returned by the client.

Type Definitions

RpcChannel

A channel to a RpcClient.