Class LogsApiProvider

java.lang.Object
io.api.etherscan.core.impl.LogsApiProvider
All Implemented Interfaces:
ILogsApi

public class LogsApiProvider extends Object implements ILogsApi
Logs API Implementation
Since:
28.10.2018
See Also:
  • Method Details

    • logs

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