Uses of Class
org.knowm.xchange.luno.dto.account.LunoPendingTransactions
Packages that use LunoPendingTransactions
-
Uses of LunoPendingTransactions in org.knowm.xchange.luno
Methods in org.knowm.xchange.luno that return LunoPendingTransactionsModifier and TypeMethodDescriptionLunoAPI.pendingTransactions
(String id) Return a list of all pending transactions related to the account.
Unlike account entries, pending transactions are not numbered, and may be reordered, deleted or updated at any time.LunoAPIImpl.pendingTransactions
(String id) LunoAuthenticated.pendingTransactions
(si.mazi.rescu.ParamsDigest auth, String id) Return a list of all pending transactions related to the account.
Unlike account entries, pending transactions are not numbered, and may be reordered, deleted or updated at any time.