pub type EstimatorFunction = fn(_: u128, _: &[Vec<u128>]) -> Eip1559Estimation;
An estimator function for EIP1559 fees.