Module jsonrpsee_core::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§

Enums§

Traits§

Functions§

Type Aliases§

  • Represent a single entry in a batch response.