as_recovered: TxDescriptor<{
    account: MultiAddress;
    call: TxCallData;
}>

Send a call through a recovered account.

The dispatch origin for this call must be Signed and registered to be able to make calls on behalf of the recovered account.

Parameters:

  • account: The recovered account you want to make a call on-behalf-of.
  • call: The call you want to make with the recovered account.