io.api.etherscan.model.utility.UncleBlockResponseTO 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.utility;
import io.api.etherscan.model.UncleBlock;
/**
* ! NO DESCRIPTION !
*
* @author GoodforGod
* @since 30.10.2018
*/
public class UncleBlockResponseTO extends BaseResponseTO {
private UncleBlock result;
public UncleBlock getResult() {
return result;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy