Type Alias DownwardMessageQueueLazyDelete
pub type DownwardMessageQueueLazyDelete<T>where
T: Config, = StorageMap<_GeneratedPrefixForStorageDownwardMessageQueueLazyDelete<T>, Blake2_128Concat, Id, (u64, u64)>;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>(/* private fields */)
where
T: Config;