A wrapper pallet for frame-system specifically the set_code
action. This action replaces the runtime code with the new code.
SetCodeOrigin
- The origin that can call theset_code
action
Dispatchable functions of this pallet.
set_code
- Set the runtime code (Can only by signed by a configurable Origin in the Config)