Type Definition pallet_society::pallet::Members
source · pub type Members<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageMembers<T, I>, Twox64Concat, T::AccountId, MemberRecord, OptionQuery>;
Expand description
The current members and their rank. Doesn’t include SuspendedMembers
.
Storage type is StorageMap
with key type T :: AccountId
and value type MemberRecord
.