Type Alias GovernedMapConfig

Source
pub type GovernedMapConfig = GenesisConfig<Runtime>;

Aliased Type§

pub struct GovernedMapConfig {
    pub main_chain_scripts: Option<MainChainScriptsV1>,
    pub _marker: PhantomData<Runtime>,
}

Fields§

§main_chain_scripts: Option<MainChainScriptsV1>

Initial address of the Governed Map validator.

If it is left empty, the Governance Map pallet will be inactive until the address is set via extrinsic.

§_marker: PhantomData<Runtime>

Phantom data marker