Interface CurrencyEntityResponse

All Known Implementing Classes:
CurrencyEntityResponseImpl

public interface CurrencyEntityResponse
  • Method Details

    • create

      static CurrencyEntityResponse create(JO object)
    • create

      static CurrencyEntityResponse create(org.json.simple.JSONObject object)
    • 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()