Type Alias frontier_template_runtime::BaseFeeConfig
source · pub type BaseFeeConfig = GenesisConfig<Runtime>;
Aliased Type§
struct BaseFeeConfig {
pub base_fee_per_gas: U256,
pub elasticity: Permill,
pub _marker: PhantomData<Runtime>,
}
Fields§
§base_fee_per_gas: U256
§elasticity: Permill
§_marker: PhantomData<Runtime>