pub type DynamicFeeConfig = GenesisConfig<Runtime>;

Aliased Type§

struct DynamicFeeConfig {
    pub min_gas_price: U256,
    pub _marker: PhantomData<Runtime>,
}

Fields§

§min_gas_price: U256§_marker: PhantomData<Runtime>