pub type HyperProvider<N = Ethereum> = RootProvider<HyperTransport, N>;
Available on crate feature
hyper
only.Expand description
Type alias for a RootProvider
using the Http
transport and a hyper
client.
Aliased Typeยง
struct HyperProvider<N = Ethereum> { /* private fields */ }