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