Type Definition pallet_society::pallet::MemberCount
source · pub type MemberCount<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageMemberCount<T, I>, u32, ValueQuery>;Expand description
The number of items in Members currently. (Doesn’t include SuspendedMembers.)
Storage type is StorageValue with value type u32.