pub type MemberCount<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageMemberCount<T, I>, Twox64Concat, Rank, MemberIndex, ValueQuery>;
Expand description

The number of members in the collective who have at least the rank according to the index of the vec.

Storage type is [StorageMap] with key type Rank and value type MemberIndex.

Aliased Type§

struct MemberCount<T: Config<I>, I: 'static = ()>(/* private fields */);