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>where
T: Serialize + DeserializeOwned,
Expand description
Push a new value to a MonotonicMap.