get All Async
open fun getAllAsync(getWithdrawalsParameters: GetWithdrawalsParameters?, cancellationSignal: CancellationSignal?, callback: WalletCallback<WithdrawalList>)
Asynchronously retrieves all withdraws. It returns the last 10 withdrawals by default.
Parameters
get Withdrawals Parameters
The parameters for filtering the withdrawals, null could be passed for default behaviour.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.