public class EthereumTransactionDecoder extends Object
| Constructor and Description |
|---|
EthereumTransactionDecoder(EthereumClientConnector ethereumClientConnector) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeContractTransactionDetail(org.exoplatform.addon.wallet.model.ContractDetail contractDetail,
org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
void |
computeContractTransactionDetail(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) |
org.exoplatform.addon.wallet.model.transaction.TransactionDetail |
computeTransactionDetail(long networkId,
String hash,
org.exoplatform.addon.wallet.model.ContractDetail contractDetail) |
org.exoplatform.addon.wallet.model.transaction.TransactionDetail |
computeTransactionDetail(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
org.exoplatform.addon.wallet.model.ContractDetail contractDetail) |
org.exoplatform.addon.wallet.service.WalletContractService |
getContractService() |
public EthereumTransactionDecoder(EthereumClientConnector ethereumClientConnector)
public org.exoplatform.addon.wallet.model.transaction.TransactionDetail computeTransactionDetail(long networkId,
String hash,
org.exoplatform.addon.wallet.model.ContractDetail contractDetail)
throws InterruptedException
InterruptedExceptionpublic org.exoplatform.addon.wallet.model.transaction.TransactionDetail computeTransactionDetail(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
org.exoplatform.addon.wallet.model.ContractDetail contractDetail)
throws InterruptedException
InterruptedExceptionpublic void computeContractTransactionDetail(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
public void computeContractTransactionDetail(org.exoplatform.addon.wallet.model.ContractDetail contractDetail,
org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)
public org.exoplatform.addon.wallet.service.WalletContractService getContractService()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.