[][src]Function casperlabs_contract_ffi::contract_api::storage::read

pub fn read<T: CLTyped + FromBytes>(turef: TURef<T>) -> Result<Option<T>, Error>

Reads value under turef in the global state.