alloy_rpc_client

Type Alias ReqwestClient

Source
pub type ReqwestClient = RpcClient<ReqwestTransport>;
Available on crate feature reqwest only.
Expand description

A client using a reqwest HTTP transport.

Aliased Typeยง

struct ReqwestClient(/* private fields */);