| Modifier and Type | Method and Description |
|---|---|
TransactionDetail |
TransactionDetail.clone() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
EthereumWalletTransactionREST.saveTransactionDetails(TransactionDetail transactionDetail)
Store transaction hash in sender, receiver and contract accounts
|
| Modifier and Type | Method and Description |
|---|---|
TransactionDetail |
EthereumWalletTransactionService.getAddressLastPendingTransactionSent(long networkId,
String address,
String currentUser) |
TransactionDetail |
EthereumWalletTransactionService.getTransactionByHash(String hash) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionDetail> |
EthereumWalletTransactionService.getPendingTransactions(long networkId) |
List<TransactionDetail> |
EthereumWalletTransactionService.getTransactions(long networkId,
String address,
String contractAddress,
String hash,
int limit,
boolean onlyPending,
boolean administration,
String currentUser) |
| Modifier and Type | Method and Description |
|---|---|
void |
EthereumWalletTransactionService.saveTransactionDetail(TransactionDetail transactionDetail,
String currentUser,
boolean transactionMined)
Save temporary transaction label and message and save transaction hash in
sender and receiver account
|
| Modifier and Type | Method and Description |
|---|---|
TransactionDetail |
TransactionStorage.getAddressLastPendingTransactionSent(long networkId,
String address) |
TransactionDetail |
TransactionStorage.getTransactionByHash(String hash) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionDetail> |
TransactionStorage.getContractTransactions(long networkId,
String contractAddress,
int limit) |
List<TransactionDetail> |
TransactionStorage.getPendingTransactions(long networkId) |
List<TransactionDetail> |
TransactionStorage.getWalletTransactions(long networkId,
String address,
String contractAddress,
String hash,
int limit,
boolean pending,
boolean administration) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionStorage.saveTransactionDetail(TransactionDetail transactionDetail) |
| Modifier and Type | Method and Description |
|---|---|
TransactionDetail |
CachedTransactionStorage.getTransactionByHash(String hash) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedTransactionStorage.saveTransactionDetail(TransactionDetail transactionDetail) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.