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