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

type Members<T: Config> = StorageValue<_GeneratedPrefixForStorageMembers<T>, Vec<(T::AccountId, T::BlockNumber)>, ValueQuery>;
Expand description

The current membership. When there’s a vote going on, this should still be used for executive matters. The block number (second element in the tuple) is the block that their position is active until (calculated by the sum of the block number when the member was elected and their term duration).