| Package | Description |
|---|---|
| org.exoplatform.addon.ethereum.wallet.model | |
| org.exoplatform.addon.ethereum.wallet.rest | |
| org.exoplatform.addon.ethereum.wallet.service |
| Modifier and Type | Method and Description |
|---|---|
static TransactionDetail |
TransactionDetail.fromStoredValue(String storedTransactionDetails) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
EthereumWalletAccountREST.saveTransactionDetails(TransactionDetail transactionMessage)
Store transaction hash in sender, receiver and contract accounts
|
| Modifier and Type | Method and Description |
|---|---|
TransactionDetail |
EthereumWalletService.getTransactionDetailFromCache(String transactionHash)
Get temporary stored transaction details from cache
|
TransactionDetail |
EthereumWalletService.removeTransactionDetailFromCache(String hash)
Remove transaction message object
|
| Modifier and Type | Method and Description |
|---|---|
void |
EthereumWalletService.saveTransactionDetail(TransactionDetail transactionMessage)
Save temporary transaction label and message and save transaction hash in
sender and receiver account
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.