Function ethers::utils::eip1559_default_estimator[][src]

pub fn eip1559_default_estimator(
    base_fee_per_gas: U256,
    rewards: Vec<Vec<U256, Global>, Global>
) -> (U256, U256)
Expand description

The default EIP-1559 fee estimator which is based on the work by MyCrypto