Package io.api.etherscan.core
Interface ILogsApi
-
- All Known Implementing Classes:
LogsApiProvider
public interface ILogsApiEtherScan - API Descriptions https://etherscan.io/apis#logs- Since:
- 30.10.2018
- Author:
- GoodforGod
-
-
Method Summary
All Methods Instance Methods Abstract 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 java.util.List<Log> logs(LogQuery query) throws ApiException
Alternative to the native eth_getLogs Read at EtherScan API description for full info!- Parameters:
query- for logs (check etherscan specs)- Returns:
- logs
- Throws:
ApiException- See Also:
LogQuery
-
-