Package io.api.etherscan.core.impl
Class LogsApiProvider
- java.lang.Object
-
- io.api.etherscan.core.impl.LogsApiProvider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Log>logs(LogQuery query)Alternative to the native eth_getLogs Read at EtherScan API description for full info!
-
-
-
Method Detail
-
logs
@NotNull public java.util.List<Log> logs(LogQuery query) throws ApiException
Description copied from interface:ILogsApiAlternative to the native eth_getLogs Read at EtherScan API description for full info!- Specified by:
logsin interfaceILogsApi- Parameters:
query- for logs (check etherscan specs)- Returns:
- logs
- Throws:
ApiException- See Also:
LogQuery
-
-