Crate jsonrpsee_ws_client[][src]

jsonrpsee-ws-client

jsonrpsee-ws-client is a JSON RPC WebSocket client library that’s is built for async/await.

Re-exports

pub use client::WsClient;
pub use client::WsConfig;

Modules

client

WebSocket Client.

jsonrpc_transport

JSONRPC WebSocket transport. JSONRPC WebSocket Transport module.

manager

Request manager. Handles and monitors JSONRPC v2 method calls and subscriptions

stream

Stream. Convenience wrapper for a stream (AsyncRead + AsyncWrite) which can either be plain TCP or TLS.

transport

WebSocket transport.

Structs

WsSubscription

Active subscription on a Client.