| Package | Description |
|---|---|
| org.exoplatform.addon.wallet.blockchain.service |
This package is added to add a workaround for the bouncycastle dependency
conflict with pre-bundeled version in eXo Platform 5.2.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
EthereumWalletTokenAdminService.executeReadOperation(String contractAddress,
String methodName,
Object... arguments) |
String |
EthereumWalletTokenAdminService.executeSendEtherTransaction(String receiverAddress,
double amountInEther) |
String |
EthereumWalletTokenAdminService.executeTokenTransaction(String contractAddress,
String methodName,
Object... arguments) |
Set<String> |
EthereumClientConnector.getContractTransactions(String contractsAddress,
long fromBlock,
long toBlock)
Retrieve from blockchain transaction hashes from contract starting from a
block number to a block number
|
BigInteger |
EthereumWalletTokenAdminService.getEtherBalanceOf(String address) |
long |
EthereumClientConnector.getLastestBlockNumber() |
BigInteger |
EthereumClientConnector.getNonce(String walletAddress) |
org.web3j.protocol.core.methods.response.Transaction |
EthereumClientConnector.getTransaction(String transactionHash)
Get transaction by hash
|
org.web3j.protocol.core.methods.response.TransactionReceipt |
EthereumClientConnector.getTransactionReceipt(String transactionHash)
Get transaction receipt by hash
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.