pub type IndicesConfig = GenesisConfig<Runtime>;

Aliased Type§

struct IndicesConfig {
    pub indices: Vec<(u32, AccountId32)>,
}

Fields§

§indices: Vec<(u32, AccountId32)>