Type Alias authorize_upgrade

authorize_upgrade: TxDescriptor<{
    code_hash: FixedSizeBinary<32>;
}>

Authorize an upgrade to a given code_hash for the runtime. The runtime can be supplied later.

This call requires Root origin.