createAsync

open fun createAsync(withdrawalCreate: WithdrawalCreate, cancellationSignal: CancellationSignal?, callback: WalletCallback<Withdrawal>)

Asynchronously creates a withdraw.

Parameters

withdrawalCreate

The withdraw create request.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.