Interface LogsAPI


public interface LogsAPI
EtherScan - API Descriptions ...
Since:
30.10.2018
  • Method Summary

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

    • logs

      @NotNull @NotNull List<Log> logs(@NotNull @NotNull LogQuery query) throws EtherScanException
      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:
      EtherScanException - parent exception class
      See Also: