Expand description
Functions§
- apply_
authorized_ upgrade - Provide the preimage (runtime binary)
code
for an upgrade that has been authorized. - authorize_
upgrade - Authorize an upgrade to a given
code_hash
for the runtime. The runtime can be supplied later. - authorize_
upgrade_ without_ checks - Authorize an upgrade to a given
code_hash
for the runtime. The runtime can be supplied later. - do_task
- Warning: Doc-Only
- kill_
prefix - Kill all storage items with a key that starts with the given prefix.
- kill_
storage - Kill some items from storage.
- remark
- Make some on-chain remark.
- remark_
with_ event - Make some on-chain remark and emit event.
- set_
code - Set the new runtime code.
- set_
code_ without_ checks - Set the new runtime code without doing any checks of the given
code
. - set_
heap_ pages - Set the number of pages in the WebAssembly environment’s heap.
- set_
storage - Set some items of storage.