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.

Storage type is StorageValue with value type Vec < SeatHolder < T :: AccountId, BalanceOf < T > > >.