Type Definition pallet_ranked_collective::pallet::MemberCount
source · 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.