pub fn put_storage_value<T: Encode>(
    module: &[u8],
    item: &[u8],
    hash: &[u8],
    value: T
)
Expand description

Put a particular value into storage by the module, the map’s item name and the key hash.