Module transports

Source
Expand description

Supported Ethereum JSON-RPC transports.

Re-exports§

pub use self::batch::Batch;
pub use self::either::Either;
pub use self::ic_http_client::ICHttpClient;
pub use self::ic_http::ICHttp;

Modules§

batch
Batching Transport
either
A strongly-typed transport alternative.
ic_http
IC HTTP Transport
ic_http_client
IC http client