pub fn put_raw(key: &[u8], value: &[u8])
Expand description

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.