All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.api.etherscan.model.query.IQueryBuilder Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package io.api.etherscan.model.query;

import io.api.etherscan.error.LogQueryException;
import io.api.etherscan.model.query.impl.LogQuery;

/**
 * Builder, part of The Event Log API
 *
 * @author GoodforGod
 * @since 31.10.2018
 */
public interface IQueryBuilder {
    LogQuery build() throws LogQueryException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy