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