pub fn dictionary_put<V: CLTyped + ToBytes>(
    dictionary_seed_uref: URef,
    dictionary_item_key: &str,
    value: V
)
Expand description

Writes value under dictionary_item_key in the dictionary accessed by dictionary_seed_uref.