referrerpolicy=no-referrer-when-downgrade

DownwardMessageQueueLazyDelete

Type Alias DownwardMessageQueueLazyDelete 

Source
pub type DownwardMessageQueueLazyDelete<T: Config> = StorageMap<_GeneratedPrefixForStorageDownwardMessageQueueLazyDelete<T>, Blake2_128Concat, Id, (PageIndex, PageIndex), OptionQuery>;
Expand description

Queue with ParaIds and the [first, last) page range to be deleted.

DO NOT MODIFY manually. Only use InboundDownwardQueue to preserve invariants.

Storage type is [StorageMap] with key type ParaId and value type (PageIndex, PageIndex).

Aliased Type§

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