pub type ElectionsConfig = GenesisConfig<Runtime>;Aliased Type§
pub struct ElectionsConfig {
pub members: Vec<(AccountId32, u128)>,
}Fields§
§members: Vec<(AccountId32, u128)>pub type ElectionsConfig = GenesisConfig<Runtime>;pub struct ElectionsConfig {
pub members: Vec<(AccountId32, u128)>,
}members: Vec<(AccountId32, u128)>