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 @NotNull 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 @NotNull 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- build log query- Returns:
- logs according to query
- Throws:
ApiException- parent exception class- See Also:
LogQueryBuilder
-
-