withdraw() method signs with the spending key from the account bound to
createUnlinkClient.
confirmed means the withdrawal has been observed; use
tx.wait({ until: "processed" }) when your flow needs durable canonical
processing before continuing.
Parameters
recipientEvmAddress: destination EVM address.token: ERC-20 token address.amount: amount in wei.
TransactionHandle. See Transaction status.