Interface AssetEntityResponse

All Known Implementing Classes:
AssetEntityResponseImpl

public interface AssetEntityResponse
  • Method Details

    • create

      static AssetEntityResponse create(JO object)
    • create

      static AssetEntityResponse create(org.json.simple.JSONObject object)
    • getAccount

      long getAccount()
    • getName

      String getName()
    • getDescription

      String getDescription()
    • getDecimals

      byte getDecimals()
    • getQuantityQNT

      long getQuantityQNT()
    • getQuantity

      BigDecimal getQuantity()
    • getAsset

      long getAsset()
    • isHasPhasingAssetControl

      boolean isHasPhasingAssetControl()
    • getNumberOfTransfers

      int getNumberOfTransfers()
    • getNumberOfAccounts

      int getNumberOfAccounts()