Type Definition pallet_collective::pallet::Members

source ·
pub type Members<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageMembers<T, I>, Vec<T::AccountId>, ValueQuery>;
Expand description

The current members of the collective. This is stored sorted (just by value).

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