[][src]Crate jsonrpc_core_client

JSON-RPC client implementation.

Modules

local

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

Structs

RawClient

Client for raw JSON RPC requests

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.

TypedClient

Client for typed JSON RPC requests

Enums

RpcError

The errors returned by the client.

Type Definitions

RpcChannel

A channel to a RpcClient.