Struct ethers_middleware::gas_oracle::EthGasStation [−][src]
pub struct EthGasStation { /* fields omitted */ }
Expand description
A client over HTTP for the EthGasStation gas tracker API
that implements the GasOracle
trait
Implementations
Creates a new EthGasStation gas 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 EthGasStation
impl Send for EthGasStation
impl Sync for EthGasStation
impl Unpin for EthGasStation
impl !UnwindSafe for EthGasStation
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