Expand description

jsonrpsee-ws-client

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

Async runtime support

This library uses tokio as the runtime and does not support other runtimes.

Re-exports

pub use jsonrpsee_types as types;

Structs

Generic asyncronous client.