pallet_message_queue

Type Alias PageOf

Source
pub type PageOf<T> = Page<<T as Config>::Size, <T as Config>::HeapSize>;
Expand description

The Page of this pallet.

Aliased Typeยง

struct PageOf<T> { /* private fields */ }