pub type PoolMembers<T: Config> = CountedStorageMap<_GeneratedPrefixForStoragePoolMembers<T>, Twox64Concat, T::AccountId, PoolMember<T>>;
Expand description

Active members.

TWOX-NOTE: SAFE since AccountId is a secure hash.

Storage type is CountedStorageMap with key type T :: AccountId and value type PoolMember < T >.