Function frame_support::storage::migration::put_storage_value [−][src]
pub fn put_storage_value<T: Encode>(
module: &[u8],
item: &[u8],
hash: &[u8],
value: T
)
Put a particular value into storage by the module
, the map’s item
name and the key hash
.