pub type Members<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageMembers<T, I>, Twox64Concat, T::AccountId, MemberRecord>;Expand description
The current members of the collective.
Storage type is [StorageMap] with key type T :: AccountId and value type MemberRecord.
Aliased Type§
struct Members<T: Config<I>, I: 'static = ()>(/* private fields */);