public class CurrencyEntityResponseImpl extends java.lang.Object implements CurrencyEntityResponse
| Modifier and Type | Method and Description |
|---|---|
long |
getAccount() |
byte |
getAlgorithm() |
int |
getChain() |
java.lang.String |
getCode() |
int |
getCreationHeight() |
long |
getCurrency() |
CurrencyType |
getCurrencyType() |
java.math.BigDecimal |
getCurrentReservePerUnit() |
long |
getCurrentReservePerUnitNQT() |
java.math.BigDecimal |
getCurrentSupply() |
long |
getCurrentSupplyQNT() |
byte |
getDecimals() |
java.lang.String |
getDescription() |
java.math.BigDecimal |
getInitialSupply() |
long |
getInitialSupplyQNT() |
int |
getIssuanceHeight() |
int |
getMaxDifficulty() |
java.math.BigDecimal |
getMaxSupply() |
long |
getMaxSupplyQNT() |
int |
getMinDifficulty() |
java.math.BigDecimal |
getMinReservePerUnit() |
long |
getMinReservePerUnitNQT() |
java.lang.String |
getName() |
int |
getNumberOfTransfers() |
java.math.BigDecimal |
getReserveSupply() |
long |
getReserveSupplyQNT() |
int |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic long getCurrency()
getCurrency in interface CurrencyEntityResponsepublic long getAccount()
getAccount in interface CurrencyEntityResponsepublic java.lang.String getName()
getName in interface CurrencyEntityResponsepublic java.lang.String getCode()
getCode in interface CurrencyEntityResponsepublic java.lang.String getDescription()
getDescription in interface CurrencyEntityResponsepublic int getType()
getType in interface CurrencyEntityResponsepublic CurrencyType getCurrencyType()
getCurrencyType in interface CurrencyEntityResponsepublic int getChain()
getChain in interface CurrencyEntityResponsepublic byte getDecimals()
getDecimals in interface CurrencyEntityResponsepublic long getInitialSupplyQNT()
getInitialSupplyQNT in interface CurrencyEntityResponsepublic java.math.BigDecimal getInitialSupply()
getInitialSupply in interface CurrencyEntityResponsepublic long getCurrentSupplyQNT()
getCurrentSupplyQNT in interface CurrencyEntityResponsepublic java.math.BigDecimal getCurrentSupply()
getCurrentSupply in interface CurrencyEntityResponsepublic long getReserveSupplyQNT()
getReserveSupplyQNT in interface CurrencyEntityResponsepublic java.math.BigDecimal getReserveSupply()
getReserveSupply in interface CurrencyEntityResponsepublic long getMaxSupplyQNT()
getMaxSupplyQNT in interface CurrencyEntityResponsepublic java.math.BigDecimal getMaxSupply()
getMaxSupply in interface CurrencyEntityResponsepublic int getCreationHeight()
getCreationHeight in interface CurrencyEntityResponsepublic int getIssuanceHeight()
getIssuanceHeight in interface CurrencyEntityResponsepublic long getMinReservePerUnitNQT()
getMinReservePerUnitNQT in interface CurrencyEntityResponsepublic java.math.BigDecimal getMinReservePerUnit()
getMinReservePerUnit in interface CurrencyEntityResponsepublic long getCurrentReservePerUnitNQT()
getCurrentReservePerUnitNQT in interface CurrencyEntityResponsepublic java.math.BigDecimal getCurrentReservePerUnit()
getCurrentReservePerUnit in interface CurrencyEntityResponsepublic int getMinDifficulty()
getMinDifficulty in interface CurrencyEntityResponsepublic int getMaxDifficulty()
getMaxDifficulty in interface CurrencyEntityResponsepublic byte getAlgorithm()
getAlgorithm in interface CurrencyEntityResponsepublic int getNumberOfTransfers()
getNumberOfTransfers in interface CurrencyEntityResponse