Function frame_support::storage::unhashed::put_raw [−][src]
pub fn put_raw(key: &[u8], value: &[u8])
Put a raw byte slice into storage.
WARNING: If you set the storage of the Substrate Wasm (well_known_keys::CODE
),
you should also call frame_system::RuntimeUpgraded::put(true)
to trigger the
on_runtime_upgrade
logic.