Package org.web3j.tx
Class Contract.EventValuesWithLog
- java.lang.Object
-
- org.web3j.tx.Contract.EventValuesWithLog
-
- Enclosing class:
- Contract
public static class Contract.EventValuesWithLog extends java.lang.Object
Adds a log field toEventValues
.
-
-
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()
-
-
-
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()
-
-