pub fn eip1559_default_estimator( base_fee_per_gas: u128, rewards: &[Vec<u128>], ) -> Eip1559Estimation
The default EIP-1559 fee estimator.
Based on the work by MetaMask; constants for “medium” priority level are used.