Skip to main content

Crate chainrpc_http

Crate chainrpc_http 

Source
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 ProviderPool from a list of HTTP endpoint URLs.