transactions

Refresh booked-and-pending transactions for connectionData.

refresh
.transactions(ticket, connectionData)
.thenAccept(
response -> {
List<Transaction> txs = response.getResult();
// null when the provider returned no transactions for the period.
});

See also