Function casper_contract::contract_api::storage::write
source · pub fn write<T: CLTyped + ToBytes>(uref: URef, value: T)
Expand description
Writes value
under uref
in the global state.
pub fn write<T: CLTyped + ToBytes>(uref: URef, value: T)
Writes value
under uref
in the global state.