Type Definition pallet_elections::pallet::Voters[][src]

type Voters<T: Config> = StorageMap<_GeneratedPrefixForStorageVoters<T>, Twox64Concat, u32, Vec<Option<T::AccountId>>, ValueQuery>;
Expand description

The present voter list (chunked and capped at VOTER_SET_SIZE).

TWOX-NOTE: OKAY ― SetIndex is not user-controlled data.