Class LogsApiProvider

  • All Implemented Interfaces:
    ILogsApi

    public class LogsApiProvider
    extends java.lang.Object
    implements ILogsApi
    Logs API Implementation
    Since:
    28.10.2018
    See Also:
    ILogsApi
    • Method Summary

      All Methods Instance Methods Concrete 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!
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • logs

        @NotNull
        public @NotNull java.util.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:
        LogQueryBuilder