pub type ReqwestProvider<N = Ethereum> = RootProvider<N>;
๐Deprecated since 0.9.0: use
RootProvider
insteadExpand description
Type alias for a RootProvider
using the Http
transport and a
reqwest client.
Aliased Typeยง
struct ReqwestProvider<N = Ethereum> { /* private fields */ }