Uses of Class
io.api.etherscan.model.query.impl.LogQuery
-
Packages that use LogQuery Package Description io.api.etherscan.core io.api.etherscan.core.impl io.api.etherscan.model.query io.api.etherscan.model.query.impl -
-
Uses of LogQuery in io.api.etherscan.core
Methods in io.api.etherscan.core with parameters of type LogQuery Modifier and Type Method Description java.util.List<Log>ILogsApi. logs(LogQuery query)Alternative to the native eth_getLogs Read at EtherScan API description for full info! -
Uses of LogQuery in io.api.etherscan.core.impl
Methods in io.api.etherscan.core.impl with parameters of type LogQuery Modifier and Type Method Description java.util.List<Log>LogsApiProvider. logs(LogQuery query) -
Uses of LogQuery in io.api.etherscan.model.query
Methods in io.api.etherscan.model.query that return LogQuery Modifier and Type Method Description LogQueryIQueryBuilder. build() -
Uses of LogQuery in io.api.etherscan.model.query.impl
Methods in io.api.etherscan.model.query.impl that return LogQuery Modifier and Type Method Description LogQueryLogTopicQuadro. build()LogQueryLogTopicSingle. build()LogQueryLogTopicTriple. build()LogQueryLogTopicTuple. build()
-