Package nxt

Interface Transaction


  • public interface Transaction
    • Method Detail

      • getId

        long getId()
      • getStringId

        java.lang.String getStringId()
      • getSenderId

        long getSenderId()
      • getSenderPublicKey

        byte[] getSenderPublicKey()
      • getRecipientId

        long getRecipientId()
      • getHeight

        int getHeight()
      • getBlockId

        long getBlockId()
      • getBlock

        Block getBlock()
      • getIndex

        short getIndex()
      • getTimestamp

        int getTimestamp()
      • getBlockTimestamp

        int getBlockTimestamp()
      • getDeadline

        short getDeadline()
      • getExpiration

        int getExpiration()
      • getAmountNQT

        long getAmountNQT()
      • getFeeNQT

        long getFeeNQT()
      • getReferencedTransactionFullHash

        java.lang.String getReferencedTransactionFullHash()
      • getSignature

        byte[] getSignature()
      • getFullHash

        java.lang.String getFullHash()
      • verifySignature

        boolean verifySignature()
      • getBytes

        byte[] getBytes()
      • getUnsignedBytes

        byte[] getUnsignedBytes()
      • getJSONObject

        org.json.simple.JSONObject getJSONObject()
      • getPrunableAttachmentJSON

        org.json.simple.JSONObject getPrunableAttachmentJSON()
      • getVersion

        byte getVersion()
      • getFullSize

        int getFullSize()
      • getAppendages

        java.util.List<? extends Appendix> getAppendages()
      • getAppendages

        java.util.List<? extends Appendix> getAppendages​(boolean includeExpiredPrunable)
      • getAppendages

        java.util.List<? extends Appendix> getAppendages​(Filter<Appendix> filter,
                                                         boolean includeExpiredPrunable)
      • getECBlockHeight

        int getECBlockHeight()
      • getECBlockId

        long getECBlockId()