referrerpolicy=no-referrer-when-downgrade
frame_support::storage::migration

Function put_storage_value

Source
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.