Uses of Class
io.api.etherscan.model.query.LogOp
-
Packages that use LogOp Package Description io.api.etherscan.model.query io.api.etherscan.model.query.impl -
-
Uses of LogOp in io.api.etherscan.model.query
Methods in io.api.etherscan.model.query that return LogOp Modifier and Type Method Description static LogOpLogOp. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogOp[]LogOp. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogOp in io.api.etherscan.model.query.impl
Methods in io.api.etherscan.model.query.impl with parameters of type LogOp Modifier and Type Method Description LogTopicQuadroLogTopicQuadro. setOpTopic0_1(LogOp topic0_1_opr)LogTopicTripleLogTopicTriple. setOpTopic0_1(LogOp topic0_1_opr)LogTopicTupleLogTopicTuple. setOpTopic0_1(LogOp topic0_1_opr)LogTopicQuadroLogTopicQuadro. setOpTopic0_2(LogOp topic0_2_opr)LogTopicTripleLogTopicTriple. setOpTopic0_2(LogOp topic0_2_opr)LogTopicQuadroLogTopicQuadro. setOpTopic0_3(LogOp topic0_3_opr)LogTopicQuadroLogTopicQuadro. setOpTopic1_2(LogOp topic1_2_opr)LogTopicTripleLogTopicTriple. setOpTopic1_2(LogOp topic1_2_opr)LogTopicQuadroLogTopicQuadro. setOpTopic1_3(LogOp topic1_3_opr)LogTopicQuadroLogTopicQuadro. setOpTopic2_3(LogOp topic2_3_opr)
-