Function levana_perpswap_cosmos::storage::push_to_monotonic_map

source ยท
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.