pub fn dictionary_get<V: CLTyped + FromBytes>(
    dictionary_seed_uref: URef,
    dictionary_item_key: &str
) -> Result<Option<V>, Error>
Expand description

Retrieve value stored under dictionary_item_key in the dictionary accessed by dictionary_seed_uref.