create Async
open fun createAsync(withdrawalCreate: WithdrawalCreate, cancellationSignal: CancellationSignal?, callback: WalletCallback<Withdrawal>)
Asynchronously creates a withdraw.
Parameters
withdrawal Create
The withdraw create request.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.