pub fn push_to_monotonic_map<T>(
    store: &mut dyn Storage,
    m: MonotonicMap<'_, T>,
    t: &T,
) -> Result<u64>
Expand description

Push a new value to a MonotonicMap.