Class LogsApiProvider

  • All Implemented Interfaces:
    ILogsApi

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 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 - for logs (check etherscan specs)
        Returns:
        logs
        Throws:
        ApiException
        See Also:
        LogQuery