Function casper_contract::contract_api::storage::new_uref
source · pub fn new_uref<T: CLTyped + ToBytes>(init: T) -> URef
Expand description
Returns a new unforgeable pointer, where the value is initialized to init
.