Package nxt.http.responses
Interface CurrencyEntityResponse
- All Known Implementing Classes:
CurrencyEntityResponseImpl
public interface CurrencyEntityResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic CurrencyEntityResponsestatic CurrencyEntityResponsecreate(org.json.simple.JSONObject object) longbyteintgetChain()getCode()intlonglonglongbytelongintintlongintlonggetName()intlongintgetType()
-
Method Details
-
create
-
create
-
getCurrency
long getCurrency() -
getAccount
long getAccount() -
getName
String getName() -
getCode
String getCode() -
getDescription
String getDescription() -
getType
int getType() -
getCurrencyType
CurrencyType getCurrencyType() -
getChain
int getChain() -
getDecimals
byte getDecimals() -
getInitialSupplyQNT
long getInitialSupplyQNT() -
getInitialSupply
BigDecimal getInitialSupply() -
getCurrentSupplyQNT
long getCurrentSupplyQNT() -
getCurrentSupply
BigDecimal getCurrentSupply() -
getReserveSupplyQNT
long getReserveSupplyQNT() -
getReserveSupply
BigDecimal getReserveSupply() -
getMaxSupplyQNT
long getMaxSupplyQNT() -
getMaxSupply
BigDecimal getMaxSupply() -
getCreationHeight
int getCreationHeight() -
getIssuanceHeight
int getIssuanceHeight() -
getMinReservePerUnitNQT
long getMinReservePerUnitNQT() -
getMinReservePerUnit
BigDecimal getMinReservePerUnit() -
getCurrentReservePerUnitNQT
long getCurrentReservePerUnitNQT() -
getCurrentReservePerUnit
BigDecimal getCurrentReservePerUnit() -
getMinDifficulty
int getMinDifficulty() -
getMaxDifficulty
int getMaxDifficulty() -
getAlgorithm
byte getAlgorithm() -
getNumberOfTransfers
int getNumberOfTransfers()
-