preview Async
open fun previewAsync(withdrawalRequest: WithdrawalRequest, instrumentType: InstrumentType?, cancellationSignal: CancellationSignal?, callback: WalletCallback<Withdrawal>)
Asynchronously retrieves a preview of a withdraw.
Parameters
withdrawal Request
The withdraw request.
instrument Type
The instrument type for localization when no instrument reference is provided.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.