pub type ActiveMembers<T: Config> = StorageValue<_GeneratedPrefixForStorageActiveMembers<T>, u32, ValueQuery>;
Expand description
The number of people currently included in a ring.
Storage type is [StorageValue
] with value type u32
.
Aliased Type§
struct ActiveMembers<T: Config>(/* private fields */);