pub fn stable_store<T>(data: T) -> Result<(), Error>where
T: ArgumentEncoder,Expand description
Store the given data to the stable storage.
pub fn stable_store<T>(data: T) -> Result<(), Error>where
T: ArgumentEncoder,Store the given data to the stable storage.