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ยง

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