Uses of Class
org.exoplatform.wallet.blockchain.service.EthereumClientConnector
-
Packages that use EthereumClientConnector Package Description org.exoplatform.wallet.blockchain.listener org.exoplatform.wallet.blockchain.service -
-
Uses of EthereumClientConnector in org.exoplatform.wallet.blockchain.listener
Constructors in org.exoplatform.wallet.blockchain.listener with parameters of type EthereumClientConnector Constructor Description TransactionMinedAndUpdatedListener(org.exoplatform.wallet.service.WalletTransactionService walletTransactionService, EthereumClientConnector web3jConnector)TransactionMinedListener(EthereumClientConnector web3jConnector)TransactionSentToBlockchainListener(org.exoplatform.wallet.service.WalletTransactionService walletTransactionService, EthereumClientConnector web3jConnector) -
Uses of EthereumClientConnector in org.exoplatform.wallet.blockchain.service
Constructors in org.exoplatform.wallet.blockchain.service with parameters of type EthereumClientConnector Constructor Description EthereumBlockchainTransactionService(org.exoplatform.commons.api.settings.SettingService settingService, EthereumClientConnector ethereumClientConnector, org.exoplatform.wallet.service.WalletTransactionService transactionService, org.exoplatform.wallet.service.WalletAccountService accountService)EthereumWalletTokenAdminService(EthereumClientConnector clientConnector, String adminPrivateKey)
-