pub type OnboardingQueue<T> = StorageMap<_GeneratedPrefixForStorageOnboardingQueue<T>, Twox64Concat, PageIndex, BoundedVec<MemberOf<T>, <T as Config>::OnboardingQueuePageSize>, ValueQuery>;
Expand description
Paginated collection of people public keys ready to be included in a ring.
Storage type is [StorageMap
] with key type PageIndex
and value type BoundedVec < MemberOf < T > , < T as Config > :: OnboardingQueuePageSize >
.
Aliased Type§
struct OnboardingQueue<T>(/* private fields */);