force_transfer: TxDescriptor<
    {
        amount: bigint;
        currency_id: number;
        dest: MultiAddress;
        source: MultiAddress;
    },
>

Exactly as transfer, except the origin must be root and the source account may be specified.

The dispatch origin for this call must be Root.

  • source: The sender of the transfer.
  • dest: The recipient of the transfer.
  • currency_id: currency type.
  • amount: free balance amount to tranfer.