transfer() method signs with the spending key from the account bound to
createUnlinkClient. All public account constructors support private
transfers.
Single recipient
confirmed means the transaction has been observed; it does not always mean
new private funds are spendable. If your next action spends funds from a recent
deposit or transfer, check confirmed.fundsUsable or wait with
tx.wait({ until: "processed" }).
Multiple recipients
Parameters
Single recipient:recipientAddress: recipient Unlink address.token: ERC-20 token address.amount: amount in the token’s smallest unit.
token: ERC-20 token address.transfers: list of recipients and amounts.
TransactionHandle. See Transaction status.