Type Definition pallet_society::pallet::Members
source · pub type Members<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageMembers<T, I>, Vec<T::AccountId>, ValueQuery>;
Expand description
The current set of members, ordered.