Type Alias alloy_rpc_client::ReqwestClient
source · pub type ReqwestClient = RpcClient<ReqwestTransport>;
Expand description
A client using a reqwest
HTTP transport.
Aliased Type§
struct ReqwestClient(/* private fields */);
pub type ReqwestClient = RpcClient<ReqwestTransport>;
A client using a reqwest
HTTP transport.
struct ReqwestClient(/* private fields */);