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

type NextVoterSet<T> = StorageValue<_GeneratedPrefixForStorageNextVoterSet<T>, u32, ValueQuery>;
Expand description

the next free set to store a voter in. This will keep growing.