referrerpolicy=no-referrer-when-downgrade

Type Alias Pages

Source
pub type Pages<T: Config> = StorageDoubleMap<_GeneratedPrefixForStoragePages<T>, Twox64Concat, MessageOriginOf<T>, Twox64Concat, u32, Page<T::Size, T::HeapSize>, OptionQuery>;
Expand description

The map of page indices to pages.

Storage type is [StorageDoubleMap] with key1 type MessageOriginOf < T >, key2 type PageIndex and value type Page < T :: Size, T :: HeapSize >.

Aliased Type§

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