dispatch_as: TxDescriptor<{
    as_origin: PolkadotRuntimeOriginCaller;
    call: TxCallData;
}>

Dispatches a function call with a provided origin.

The dispatch origin for this call must be Root.

  • O(1).