Trait fp_evm::FeeCalculator
source · pub trait FeeCalculator {
// Required method
fn min_gas_price() -> (U256, Weight);
}
Expand description
Trait that outputs the current transaction gas price.
Required Methods§
sourcefn min_gas_price() -> (U256, Weight)
fn min_gas_price() -> (U256, Weight)
Return the minimal required gas price.