Type Alias alloy_provider::utils::EstimatorFunction
source ยท pub type EstimatorFunction = fn(_: u128, _: &[Vec<u128>]) -> Eip1559Estimation;
Expand description
An estimator function for EIP1559 fees.
pub type EstimatorFunction = fn(_: u128, _: &[Vec<u128>]) -> Eip1559Estimation;
An estimator function for EIP1559 fees.