referrerpolicy=no-referrer-when-downgrade

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 */ }