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 */ }
pub type ReqwestProvider<N = Ethereum> = RootProvider<Http<Client>, N>;
Type alias for a RootProvider
using the Http
transport and a
reqwest client.
struct ReqwestProvider<N = Ethereum> { /* private fields */ }