pub trait Eip1559EstimatorFn: Send + Unpin {
// Required method
fn estimate(
&self,
base_fee: u128,
rewards: &[Vec<u128>],
) -> Eip1559Estimation;
}
Expand description
A trait responsible for estimating EIP-1559 values