Interface ILogsApi

  • All Known Implementing Classes:
    LogsApiProvider

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

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