Trait pallet_evm::FeeCalculator[][src]

pub trait FeeCalculator {
    fn min_gas_price() -> U256;
}
Expand description

Trait that outputs the current transaction gas price.

Required methods

Return the minimal required gas price.

Implementations on Foreign Types

Implementors