getAllAsync

open fun getAllAsync(getWithdrawalsParameters: GetWithdrawalsParameters?, cancellationSignal: CancellationSignal?, callback: WalletCallback<WithdrawalList>)

Asynchronously retrieves all withdraws. It returns the last 10 withdrawals by default.

Parameters

getWithdrawalsParameters

The parameters for filtering the withdrawals, null could be passed for default behaviour.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.