Class EvmBlockchainService.EventValuesWithLog

java.lang.Object
io.meeds.evm.gamification.service.EvmBlockchainService.EventValuesWithLog
Enclosing class:
EvmBlockchainService

public static class EvmBlockchainService.EventValuesWithLog extends Object
  • Constructor Details

    • EventValuesWithLog

      public EventValuesWithLog(org.web3j.abi.EventValues eventValues, org.web3j.protocol.core.methods.response.Log log)
  • Method Details

    • getIndexedValues

      public List<org.web3j.abi.datatypes.Type> getIndexedValues()
    • getNonIndexedValues

      public List<org.web3j.abi.datatypes.Type> getNonIndexedValues()
    • getLog

      public org.web3j.protocol.core.methods.response.Log getLog()