| Modifier and Type | Method and Description |
|---|---|
TransactionDetail |
EthereumTransactionDecoder.computeTransactionDetail(TransactionDetail transactionDetail) |
static TransactionDetail |
DeprecatedEthereumWalletService.fromStoredValue(String storedTransactionDetails) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionDetail> |
DeprecatedEthereumWalletService.getAccountTransactions(Long networkId,
String address) |
| Modifier and Type | Method and Description |
|---|---|
TransactionDetail |
EthereumTransactionDecoder.computeTransactionDetail(TransactionDetail transactionDetail) |
static void |
EthereumTransactionDecoder.computeTransactionDetail(TransactionDetail transactionDetail,
org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
| 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.getTransactionByHash(String hash,
boolean onlyPending) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionDetail> |
EthereumWalletTransactionService.getContractTransactions(Long networkId,
String contractAddress,
String accessor)
Get list of transactions for a contract
|
List<TransactionDetail> |
EthereumWalletTransactionService.getTransactions(long networkId,
String address,
String accessor,
boolean isAdministration) |
List<TransactionDetail> |
EthereumWalletTransactionService.getWalletTransactions(Long networkId,
String address,
String accessor,
boolean isAdministration)
Get list of transactions for a wallet designated by an address
|
| Modifier and Type | Method and Description |
|---|---|
void |
EthereumWalletTransactionService.saveTransactionDetail(TransactionDetail transactionDetail,
String modifierUsername,
boolean transactionConfirmed)
Save temporary transaction label and message and save transaction hash in
sender and receiver account
|
| Modifier and Type | Method and Description |
|---|---|
TransactionDetail |
TransactionStorage.getTransactionByHash(String hash,
boolean onlyPending) |
TransactionDetail |
CachedTransactionStorage.getTransactionByHash(String hash,
boolean onlyPending) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionDetail> |
TransactionStorage.getContractTransactions(long networkId,
String contractAddress) |
List<TransactionDetail> |
TransactionStorage.getPendingTransactions() |
List<TransactionDetail> |
TransactionStorage.getWalletTransactions(Long networkId,
String address,
boolean isAdministration) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionStorage.saveTransactionDetail(TransactionDetail transactionDetail) |
void |
CachedTransactionStorage.saveTransactionDetail(TransactionDetail transactionDetail) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.