Package nxt.http.responses
Interface AssetEntityResponse
- All Known Implementing Classes:
AssetEntityResponseImpl
public interface AssetEntityResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic AssetEntityResponsestatic AssetEntityResponsecreate(org.json.simple.JSONObject object) longlonggetAsset()bytegetName()intintlongboolean
-
Method Details
-
create
-
create
-
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()
-