Type Alias set_code_without_checks

set_code_without_checks: TxDescriptor<{
    code: Binary;
}>

Set the new runtime code without doing any checks of the given code.

Note that runtime upgrades will not run if this is called with a not-increasing spec version!