Expand description
chainrpc-http — HTTP JSON-RPC transport with reliability features.
Re-exports§
pub use client::HttpClientConfig;pub use client::HttpRpcClient;
Modules§
- batch
- Auto-batching engine — re-exported from
chainrpc-core. - client
- HTTP JSON-RPC client backed by
reqwest.
Functions§
- pool_
from_ urls - Create a
ProviderPoolfrom a list of HTTP endpoint URLs.