| 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 |
|---|---|
BigInteger |
EthereumWalletTokenAdminService.balanceOf(String address) |
void |
EthereumBlockchainTransactionService.checkPendingTransactions() |
void |
EthereumBlockchainTransactionService.computeContractTransactionDetail(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
Object transactionReceipt) |
org.exoplatform.addon.wallet.model.transaction.TransactionDetail |
EthereumBlockchainTransactionService.computeTransactionDetail(String hash,
org.exoplatform.addon.wallet.model.ContractDetail contractDetail) |
org.exoplatform.addon.wallet.model.transaction.TransactionDetail |
EthereumBlockchainTransactionService.computeTransactionDetail(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
org.exoplatform.addon.wallet.model.ContractDetail contractDetail) |
void |
EthereumWalletTokenAdminService.createAdminAccount() |
void |
EthereumWalletTokenAdminService.createAdminAccount(String privateKey,
String currentUser) |
int |
EthereumWalletTokenAdminService.getAdminLevel(String address) |
org.exoplatform.addon.wallet.model.ContractDetail |
EthereumWalletTokenAdminService.getContractDetailFromBlockchain(String contractAddress) |
BigInteger |
EthereumWalletTokenAdminService.getEtherBalanceOf(String address) |
org.exoplatform.addon.wallet.model.transaction.TransactionDetail |
EthereumWalletTokenAdminService.initialize(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
String issuerUsername) |
boolean |
EthereumWalletTokenAdminService.isAdminAccount(String address) |
boolean |
EthereumWalletTokenAdminService.isApprovedAccount(String address) |
boolean |
EthereumWalletTokenAdminService.isInitializedAccount(String address) |
org.exoplatform.addon.wallet.model.transaction.TransactionDetail |
EthereumWalletTokenAdminService.reward(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
String issuerUsername) |
void |
EthereumBlockchainTransactionService.scanNewerBlocks() |
org.exoplatform.addon.wallet.model.transaction.TransactionDetail |
EthereumWalletTokenAdminService.sendEther(org.exoplatform.addon.wallet.model.transaction.TransactionDetail transactionDetail,
String currentUserId) |
void |
EthereumWalletTokenAdminService.start() |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.