Uses of Class
org.knowm.xchange.luno.dto.account.LunoAccountTransactions
Packages that use LunoAccountTransactions
-
Uses of LunoAccountTransactions in org.knowm.xchange.luno
Methods in org.knowm.xchange.luno that return LunoAccountTransactionsModifier and TypeMethodDescriptionLunoAPI.transactions
(String id, int minRow, int maxRow) Return a list of transaction entries from an account.
Transaction entry rows are numbered sequentially starting from 1, where 1 is the oldest entry.LunoAPIImpl.transactions
(String id, int minRow, int maxRow) LunoAuthenticated.transactions
(si.mazi.rescu.ParamsDigest auth, String id, int minRow, int maxRow) Return a list of transaction entries from an account.
Transaction entry rows are numbered sequentially starting from 1, where 1 is the oldest entry.