Enum ethers_middleware::gas_escalator::Frequency [−][src]
pub enum Frequency {
PerBlock,
Duration(u64),
}
Expand description
The frequency at which transactions will be bumped
Variants
On a per block basis using the eth_newBlock filter
Duration(u64)
On a duration basis (in milliseconds)
Tuple Fields of Duration
0: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Frequency
impl UnwindSafe for Frequency
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