public class CurrencyStats extends Object
CurrencyStats()
String
getIssuer()
getMaxSupply()
getSupply()
void
setIssuer(String issuer)
setMaxSupply(String maxSupply)
setSupply(String supply)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CurrencyStats()
public String getSupply()
public void setSupply(String supply)
public String getMaxSupply()
public void setMaxSupply(String maxSupply)
public String getIssuer()
public void setIssuer(String issuer)
Copyright © 2018. All rights reserved.