| Modifier and Type | Method and Description |
|---|---|
List<WatTransaction> |
WatAccount.getLastDaysTransactions(int days,
boolean exact)
Returns a list of all transactions completed within a given amount of days from now.
|
List<WatTransaction> |
WatAccount.getTransactions(LocalDateTime begin)
Returns a list of transactions from a given date to now.
|
List<WatTransaction> |
WatAccount.getTransactions(LocalDateTime begin,
int quantity)
Returns a list of transactions from a given date to now, containing only the last
quantity
transactions. |
List<WatTransaction> |
WatAccount.getTransactions(LocalDateTime begin,
LocalDateTime end)
Returns a list of all transactions completed between two dates.
|
List<WatTransaction> |
WatAccount.getTransactions(LocalDateTime begin,
LocalDateTime end,
int quantity)
Returns a list of all transactions completed between two dates, containing only the last
quantity
transactions. |
List<WatTransaction> |
WatAccount.getTransactions(String url)
Returns a list of transactions from the given url.
|
Copyright © 2016. All rights reserved.