Type Definition pallet_elections_phragmen::pallet::Members
source · pub type Members<T: Config> = StorageValue<_GeneratedPrefixForStorageMembers<T>, Vec<SeatHolder<T::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>>, ValueQuery>;
Expand description
The current elected members.
Invariant: Always sorted based on account id.