Package org.web3j.tx

Class Contract.EventValuesWithLog

  • Enclosing class:
    Contract

    public static class Contract.EventValuesWithLog
    extends java.lang.Object
    Adds a log field to EventValues.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.web3j.abi.datatypes.Type> getIndexedValues()  
      Log getLog()  
      java.util.List<org.web3j.abi.datatypes.Type> getNonIndexedValues()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIndexedValues

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

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

        public Log getLog()