Uses of Class
org.exoplatform.wallet.entity.TransactionEntity
Packages that use TransactionEntity
-
Uses of TransactionEntity in org.exoplatform.wallet.dao
Methods in org.exoplatform.wallet.dao that return TransactionEntityModifier and TypeMethodDescriptionWalletTransactionDAO.getPendingTransactionByHash(String hash) WalletTransactionDAO.getTransactionByHash(String hash) Methods in org.exoplatform.wallet.dao that return types with arguments of type TransactionEntityModifier and TypeMethodDescriptionWalletTransactionDAO.getContractTransactions(String contractAddress, String contractMethodName, int limit) WalletTransactionDAO.getPendingEtherTransactions(String address, long networkId) WalletTransactionDAO.getPendingTransactionsWithSameNonce(long networkId, String transactionHash, String fromAddress, long nonce) WalletTransactionDAO.getPendingWalletTransactionsNotSent(String address, long networkId) WalletTransactionDAO.getPendingWalletTransactionsSent(String address, long networkId) WalletTransactionDAO.getTransactions(long networkId, int limit) WalletTransactionDAO.getTransactionsToSend(long networkId) WalletTransactionDAO.getWalletTransactions(long networkId, String address, String contractAddress, String contractMethodName, int limit, boolean onlyPending, boolean includeAdministrationTransactions)