public class EthereumTransactionDecoder extends Object
| Constructor and Description |
|---|
EthereumTransactionDecoder(EthereumClientConnector ethereumClientConnector,
EthereumWalletContractService contractService) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.addon.ethereum.wallet.model.TransactionDetail |
computeTransactionDetail(long networkId,
String hash,
org.exoplatform.addon.ethereum.wallet.model.ContractDetail contractDetail) |
org.exoplatform.addon.ethereum.wallet.model.TransactionDetail |
computeTransactionDetail(org.exoplatform.addon.ethereum.wallet.model.TransactionDetail transactionDetail,
org.exoplatform.addon.ethereum.wallet.model.ContractDetail contractDetail) |
public EthereumTransactionDecoder(EthereumClientConnector ethereumClientConnector, EthereumWalletContractService contractService)
public org.exoplatform.addon.ethereum.wallet.model.TransactionDetail computeTransactionDetail(long networkId,
String hash,
org.exoplatform.addon.ethereum.wallet.model.ContractDetail contractDetail)
throws InterruptedException
InterruptedExceptionpublic org.exoplatform.addon.ethereum.wallet.model.TransactionDetail computeTransactionDetail(org.exoplatform.addon.ethereum.wallet.model.TransactionDetail transactionDetail,
org.exoplatform.addon.ethereum.wallet.model.ContractDetail contractDetail)
throws InterruptedException
InterruptedExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.