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