referrerpolicy=no-referrer-when-downgrade

ActiveMembers

Type Alias ActiveMembers 

Source
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§

pub struct ActiveMembers<T: Config>(/* private fields */);