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