Module ethers_middleware::gas_escalator[][src]

Expand description

The Gas Escalator middleware is used to re-broadcast transactions with an increasing gas price to guarantee their timely inclusion.

Structs

A Gas escalator allows bumping transactions’ gas price to avoid getting them stuck in the memory pool.

Geometrically increasing gas price.

Linearly increasing gas price.

Enums

The frequency at which transactions will be bumped

Error thrown when the GasEscalator interacts with the blockchain

Traits

Trait for fetching updated gas prices after a transaction has been first broadcast