Type Alias frontier_template_runtime::DynamicFeeConfig
source · 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>