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

Transfer some balance to another account under currency_id.

The dispatch origin for this call must be Signed by the transactor.