pub type OnboardingSize<T: Config> = StorageValue<_GeneratedPrefixForStorageOnboardingSize<T>, u32, ValueQuery>;Expand description
Maximum number of people queued before onboarding to a ring.
Storage type is [StorageValue] with value type u32.
Aliased Type§
struct OnboardingSize<T: Config>(/* private fields */);