confirmAsync

open fun confirmAsync(withdrawalConfirm: WithdrawalConfirm, cancellationSignal: CancellationSignal?, callback: WalletCallback<Withdrawal>)

Asynchronously confirms a withdraw.

Parameters

withdrawalConfirm

The withdraw confirm request.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.