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.
pub fn push_to_monotonic_map<T>(
store: &mut dyn Storage,
m: MonotonicMap<'_, T>,
t: &T,
) -> Result<u64>where
T: Serialize + DeserializeOwned,Push a new value to a MonotonicMap.