alloy_provider::utils

Type Alias EstimatorFunction

source
pub type EstimatorFunction = fn(_: u128, _: &[Vec<u128>]) -> Eip1559Estimation;
Expand description

An estimator function for EIP1559 fees.