| Package | Description |
|---|---|
| org.exoplatform.addon.ethereum.wallet.dao |
| Modifier and Type | Method and Description |
|---|---|
TransactionEntity |
WalletTransactionDAO.getTransactionByHash(String hash) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionEntity> |
WalletTransactionDAO.getContractTransactions(long networkId,
String contractAddress,
int limit) |
List<TransactionEntity> |
WalletTransactionDAO.getPendingTransactions() |
List<TransactionEntity> |
WalletTransactionDAO.getWalletTransactions(long networkId,
String address,
String contractAddress,
int limit,
boolean pending,
boolean administration) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.