confirm Async
open fun confirmAsync(withdrawalConfirm: WithdrawalConfirm, cancellationSignal: CancellationSignal?, callback: WalletCallback<Withdrawal>)
Asynchronously confirms a withdraw.
Parameters
withdrawal Confirm
The withdraw confirm request.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.