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.
Aliased Type§
struct MemberCount<T: Config<I>, I: 'static = ()>(/* private fields */);