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

pub fn read_local<K: ToBytes, V: CLTyped + FromBytes>(
    key: &K
) -> Result<Option<V>, Error>

Reads the value under key in the context-local partition of global state.