collect_monotonic_map

Function collect_monotonic_map 

Source
pub fn collect_monotonic_map<T>(
    store: &dyn Storage,
    m: MonotonicMap<'_, T>,
    after_id: Option<u64>,
    limit: Option<u32>,
    order: Order,
) -> Result<Vec<(u64, T)>>
Expand description

Helper to paginate over MonotonicMap