Package nxt.http.responses
Interface MonetarySystemTradeResponse
- All Known Implementing Classes:
MonetarySystemTradeResponseImpl
public interface MonetarySystemTradeResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic MonetarySystemTradeResponsestatic MonetarySystemTradeResponsecreate(org.json.simple.JSONObject object) longgetBlock()longgetBuyer()longintlonggetOffer()byte[]longlongintbyte[]getUnits()long
-
Method Details
-
create
-
create
-
getTransactionFullHash
byte[] getTransactionFullHash() -
getTimestamp
int getTimestamp() -
getUnitsQNT
long getUnitsQNT() -
getUnits
BigDecimal getUnits() -
getRateNQTPerUnit
long getRateNQTPerUnit() -
getRatePerUnit
BigDecimal getRatePerUnit() -
getCurrency
long getCurrency() -
getOffer
long getOffer() -
getOfferFullHash
byte[] getOfferFullHash() -
getSeller
long getSeller() -
getBuyer
long getBuyer() -
getBlock
long getBlock() -
getHeight
int getHeight() -
getCurrencyInfo
CurrencyEntityResponse getCurrencyInfo()
-