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.
Aliased Type§
struct Members<T: Config<I>, I: 'static = ()>(/* private fields */);