Type Alias alloy_provider::ReqwestProvider

source ·
pub type ReqwestProvider<N = Ethereum> = RootProvider<Http<Client>, N>;
Expand description

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

Aliased Type§

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