getWithdrawalRecipientAsync

open fun getWithdrawalRecipientAsync(recipientId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<WithdrawalRecipient>)

Asynchronously retrieves a specific withdraw recipient.

Parameters

recipientId

The id of the withdraw recipient.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.