Interface TransactionResponse

All Known Implementing Classes:
TransactionResponseImpl

public interface TransactionResponse
  • Method Details

    • create

      static TransactionResponse create(JO object)
    • create

      static TransactionResponse create(org.json.simple.JSONObject object)
    • getTransactionType

      TransactionType getTransactionType()
    • getChainId

      int getChainId()
    • getSenderId

      long getSenderId()
    • getSender

      String getSender()
    • getSenderRs

      String getSenderRs()
    • getSenderPublicKey

      byte[] getSenderPublicKey()
    • getRecipientId

      long getRecipientId()
    • getRecipient

      String getRecipient()
    • getRecipientRs

      String getRecipientRs()
    • getHeight

      int getHeight()
    • getBlockId

      long getBlockId()
    • getIndex

      short getIndex()
    • getTimestamp

      int getTimestamp()
    • getBlockTimestamp

      int getBlockTimestamp()
    • getDeadline

      short getDeadline()
    • getExpiration

      int getExpiration()
    • getAmount

      long getAmount()
    • getFee

      long getFee()
    • getSignature

      byte[] getSignature()
    • getFullHash

      byte[] getFullHash()
    • getType

      byte getType()
    • getSubType

      byte getSubType()
    • getVersion

      byte getVersion()
    • getECBlockHeight

      int getECBlockHeight()
    • getECBlockId

      long getECBlockId()
    • isPhased

      boolean isPhased()
    • getFxtTransaction

      long getFxtTransaction()
    • getTransactionId

      long getTransactionId()
    • getUnsignedLongTransactionId

      String getUnsignedLongTransactionId()
    • getConfirmations

      int getConfirmations()
    • getBlockTimeStamp

      int getBlockTimeStamp()
    • getReferencedTransaction

      ChainTransactionId getReferencedTransaction()
    • getSignatureHash

      byte[] getSignatureHash()
    • getEcBlockHeight

      int getEcBlockHeight()
    • getEcBlockId

      long getEcBlockId()
    • isBundled

      boolean isBundled()
    • getRandomSeed

      long getRandomSeed(ContractRunnerConfig config)
    • getAttachmentJson

      JO getAttachmentJson()
    • getJson

      JO getJson()
    • similar

      boolean similar(TransactionResponse transactionResponse)