Struct ethers_middleware::gas_oracle::Etherchain [−][src]
pub struct Etherchain { /* fields omitted */ }
Expand description
A client over HTTP for the Etherchain gas tracker API
that implements the GasOracle
trait
Implementations
Creates a new Etherchain gas price oracle.
Sets the gas price category to be used when fetching the gas price.
Trait Implementations
Makes an asynchronous HTTP query to the underlying GasOracle
Read more
Auto Trait Implementations
impl !RefUnwindSafe for Etherchain
impl Send for Etherchain
impl Sync for Etherchain
impl Unpin for Etherchain
impl !UnwindSafe for Etherchain
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more