jsonrpsee_core

Module client

source
Available on crate feature client only.
Expand description

Shared utilities for jsonrpsee clients.

Re-exports§

  • pub use async_client::Client;
    async-client and async-wasm-client
  • pub use async_client::ClientBuilder;
    async-client and async-wasm-client
  • pub use error::Error;

Modules§

  • async_clientasync-client and async-wasm-client
    Abstract async client.
  • Error type for client(s).

Structs§

  • Batch response.
  • Keep track of request IDs.
  • Represent a client-side subscription which is implemented on top of a bounded channel where it’s possible that the receiver may not keep up with the sender side a.k.a “slow receiver problem”

Enums§

Traits§

Functions§

Type Aliases§

  • Represent a single entry in a batch response.