Uses of Class
io.api.etherscan.model.Log
-
Packages that use Log Package Description io.api.etherscan.core io.api.etherscan.core.impl io.api.etherscan.model.proxy -
-
Uses of Log in io.api.etherscan.core
Methods in io.api.etherscan.core that return types with arguments of type Log 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 Log in io.api.etherscan.core.impl
Methods in io.api.etherscan.core.impl that return types with arguments of type Log Modifier and Type Method Description java.util.List<Log>LogsApiProvider. logs(LogQuery query) -
Uses of Log in io.api.etherscan.model.proxy
Methods in io.api.etherscan.model.proxy that return types with arguments of type Log Modifier and Type Method Description java.util.List<Log>ReceiptProxy. getLogs()
-