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