Package nxt.http.responses
Interface TaggedDataResponse
- All Known Implementing Classes:
TaggedDataResponseImpl
public interface TaggedDataResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic TaggedDataResponsestatic TaggedDataResponsecreate(org.json.simple.JSONObject object) longintbyte[]getData()getName()getTags()byte[]intgetType()booleanisText()
-
Method Details
-
create
-
create
-
getTransactionFullHash
byte[] getTransactionFullHash() -
getAccount
long getAccount() -
getName
String getName() -
getDescription
String getDescription() -
getTags
String getTags() -
getParsedTags
-
getType
String getType() -
getChannel
String getChannel() -
getFilename
String getFilename() -
isText
boolean isText() -
getData
byte[] getData() -
getTransactionTimestamp
int getTransactionTimestamp() -
getBlockTimestamp
int getBlockTimestamp()
-