Type Alias moonbeam_runtime::EthereumChainIdConfig
source · pub type EthereumChainIdConfig = GenesisConfig<Runtime>;
Aliased Type§
struct EthereumChainIdConfig {
pub chain_id: u64,
pub _marker: PhantomData<Runtime>,
}
Fields§
§chain_id: u64
§_marker: PhantomData<Runtime>