Interface TaggedDataResponse

All Known Implementing Classes:
TaggedDataResponseImpl

public interface TaggedDataResponse
  • Method Details

    • create

      static TaggedDataResponse create(JO object)
    • create

      static TaggedDataResponse create(org.json.simple.JSONObject object)
    • getTransactionFullHash

      byte[] getTransactionFullHash()
    • getAccount

      long getAccount()
    • getName

      String getName()
    • getDescription

      String getDescription()
    • getTags

      String getTags()
    • getParsedTags

      List<String> getParsedTags()
    • getType

      String getType()
    • getChannel

      String getChannel()
    • getFilename

      String getFilename()
    • isText

      boolean isText()
    • getData

      byte[] getData()
    • getTransactionTimestamp

      int getTransactionTimestamp()
    • getBlockTimestamp

      int getBlockTimestamp()