public interface ILogsApi
| Modifier and Type | Method and Description |
|---|---|
List<Log> |
logs(LogQuery query)
alternative to the native eth_getLogs
Read at EtherScan API description for full info!
|
@NotNull List<Log> logs(LogQuery query) throws ApiException
query - build log queryApiException - parent exception classLogQueryBuilderCopyright © 2019. All rights reserved.