Interface ILogsApi

All Known Implementing Classes:
LogsApiProvider

public interface ILogsApi
EtherScan - API Descriptions https://etherscan.io/apis#logs
Since:
30.10.2018
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull List<Log>
    logs(LogQuery query)
    alternative to the native eth_getLogs Read at EtherScan API description for full info!
  • Method Details

    • logs

      @NotNull @NotNull List<Log> logs(LogQuery query) throws ApiException
      alternative to the native eth_getLogs Read at EtherScan API description for full info!
      Parameters:
      query - build log query
      Returns:
      logs according to query
      Throws:
      ApiException - parent exception class
      See Also: