getAsync

open fun getAsync(id: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<Withdrawal>)

Asynchronously retrieves a specific withdraw.

Parameters

id

The id of the withdraw.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.