referrerpolicy=no-referrer-when-downgrade

Type Alias QueuePageIndices

Source
pub type QueuePageIndices<T: Config> = StorageValue<_GeneratedPrefixForStorageQueuePageIndices<T>, (PageIndex, PageIndex), ValueQuery>;
Expand description

Keeps track of the page indices of the head and tail of the onboarding queue.

Storage type is [StorageValue] with value type (PageIndex, PageIndex).

Aliased Type§

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