pub type NetworksConfig = GenesisConfig<Runtime>;
Aliased Type§
struct NetworksConfig {
pub networks: Vec<Network>,
pub _marker: PhantomData<Runtime>,
}
Fields§
§networks: Vec<Network>
§_marker: PhantomData<Runtime>
pub type NetworksConfig = GenesisConfig<Runtime>;
struct NetworksConfig {
pub networks: Vec<Network>,
pub _marker: PhantomData<Runtime>,
}
networks: Vec<Network>
§_marker: PhantomData<Runtime>