get Withdrawal Recipient Async
open fun getWithdrawalRecipientAsync(recipientId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<WithdrawalRecipient>)
Asynchronously retrieves a specific withdraw recipient.
Parameters
recipient Id
The id of the withdraw recipient.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.