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

io.api.etherscan.model.utility.BalanceTO Maven / Gradle / Ivy

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

/**
 * ! NO DESCRIPTION !
 *
 * @author GoodforGod
 * @since 29.10.2018
 */
public class BalanceTO {

    private String account;
    private String balance;

    public String getAccount() {
        return account;
    }

    public String getBalance() {
        return balance;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy