Class TransactionWithNonceVerifierListener

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class TransactionWithNonceVerifierListener
    extends org.exoplatform.services.listener.Listener<Object,​Map<String,​Object>>
    A listener that is triggered once a contract transaction is mined. It will verify, for the sender of mined contract transaction, if there are other ether transactions sent and that remains pending. In fact, the Blockchain listening is done on contract transactions only, thus this will ensure to instantly refresh ether transactions state just after a contract transaction gets mined.
    • Constructor Detail

      • TransactionWithNonceVerifierListener

        public TransactionWithNonceVerifierListener​(org.exoplatform.wallet.service.BlockchainTransactionService blockchainTransactionService,
                                                    org.exoplatform.wallet.service.WalletTransactionService transactionService)