alloy_provider

Type Alias ReqwestProvider

source
pub type ReqwestProvider<N = Ethereum> = RootProvider<Http<Client>, N>;
Available on crate feature reqwest only.
Expand description

Type alias for a RootProvider using the Http transport and a reqwest client.

Aliased Typeยง

struct ReqwestProvider<N = Ethereum> { /* private fields */ }