io.api.etherscan.model.query.IQueryBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-etherscan-api Show documentation
Show all versions of java-etherscan-api Show documentation
Library is a wrapper for EtherScan API.
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