Interface ILogsApi

  • All Known Implementing Classes:
    LogsApiProvider

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

      • logs

        @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 - for logs (check etherscan specs)
        Returns:
        logs
        Throws:
        ApiException
        See Also:
        LogQuery