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

pub fn read_local<K, V>(key: K) -> Result<Option<V>, Error> where
    K: ToBytes,
    V: TryFrom<Value>, 

Reads the value at the given key in the context-local partition of global state