[][src]Trait pallet_evm::FeeCalculator

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

Trait that outputs the current transaction gas price.

Required methods

pub fn min_gas_price() -> U256[src]

Return the minimal required gas price.

Loading content...

Implementations on Foreign Types

impl FeeCalculator for ()[src]

Loading content...

Implementors

Loading content...