Type Alias sudo_unchecked_weight

sudo_unchecked_weight: TxDescriptor<{
    call: TxCallData;
    weight: {
        proof_size: bigint;
        ref_time: bigint;
    };
}>

Authenticates the sudo key and dispatches a function call with Root origin. This function does not check the weight of the call, and instead allows the Sudo user to specify the weight of the call.

The dispatch origin for this call must be Signed.