Function ethers_core::utils::eip1559_default_estimator
source · pub fn eip1559_default_estimator(
base_fee_per_gas: U256,
rewards: Vec<Vec<U256>>
) -> (U256, U256)
Expand description
The default EIP-1559 fee estimator which is based on the work by MyCrypto