Package nxt.http.responses
Class TransactionResponseImpl
java.lang.Object
nxt.http.responses.TransactionResponseImpl
- All Implemented Interfaces:
TransactionResponse
-
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglongintintintintshortintintlonglongintlonggetFee()byte[]longintshortgetIndex()getJson()longgetRandomSeed(ContractRunnerConfig config) longlongbyte[]byte[]byte[]byteintlongbytegetType()byteinthashCode()booleanbooleanisPhased()booleansimilar(TransactionResponse transactionResponse)
-
Method Details
-
getChainId
public int getChainId()- Specified by:
getChainIdin interfaceTransactionResponse
-
getSenderId
public long getSenderId()- Specified by:
getSenderIdin interfaceTransactionResponse
-
getSender
- Specified by:
getSenderin interfaceTransactionResponse
-
getSenderRs
- Specified by:
getSenderRsin interfaceTransactionResponse
-
getSenderPublicKey
public byte[] getSenderPublicKey()- Specified by:
getSenderPublicKeyin interfaceTransactionResponse
-
getRecipientId
public long getRecipientId()- Specified by:
getRecipientIdin interfaceTransactionResponse
-
getRecipient
- Specified by:
getRecipientin interfaceTransactionResponse
-
getRecipientRs
- Specified by:
getRecipientRsin interfaceTransactionResponse
-
getTransactionType
- Specified by:
getTransactionTypein interfaceTransactionResponse
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceTransactionResponse
-
getBlockId
public long getBlockId()- Specified by:
getBlockIdin interfaceTransactionResponse
-
getIndex
public short getIndex()- Specified by:
getIndexin interfaceTransactionResponse
-
getTimestamp
public int getTimestamp()- Specified by:
getTimestampin interfaceTransactionResponse
-
getBlockTimestamp
public int getBlockTimestamp()- Specified by:
getBlockTimestampin interfaceTransactionResponse
-
getDeadline
public short getDeadline()- Specified by:
getDeadlinein interfaceTransactionResponse
-
getExpiration
public int getExpiration()- Specified by:
getExpirationin interfaceTransactionResponse
-
getAmount
public long getAmount()- Specified by:
getAmountin interfaceTransactionResponse
-
getFee
public long getFee()- Specified by:
getFeein interfaceTransactionResponse
-
getSignature
public byte[] getSignature()- Specified by:
getSignaturein interfaceTransactionResponse
-
getFullHash
public byte[] getFullHash()- Specified by:
getFullHashin interfaceTransactionResponse
-
getType
public byte getType()- Specified by:
getTypein interfaceTransactionResponse
-
getSubType
public byte getSubType()- Specified by:
getSubTypein interfaceTransactionResponse
-
getVersion
public byte getVersion()- Specified by:
getVersionin interfaceTransactionResponse
-
getECBlockHeight
public int getECBlockHeight()- Specified by:
getECBlockHeightin interfaceTransactionResponse
-
getECBlockId
public long getECBlockId()- Specified by:
getECBlockIdin interfaceTransactionResponse
-
isPhased
public boolean isPhased()- Specified by:
isPhasedin interfaceTransactionResponse
-
getFxtTransaction
public long getFxtTransaction()- Specified by:
getFxtTransactionin interfaceTransactionResponse
-
getTransactionId
public long getTransactionId()- Specified by:
getTransactionIdin interfaceTransactionResponse
-
getUnsignedLongTransactionId
- Specified by:
getUnsignedLongTransactionIdin interfaceTransactionResponse
-
getConfirmations
public int getConfirmations()- Specified by:
getConfirmationsin interfaceTransactionResponse
-
getBlockTimeStamp
public int getBlockTimeStamp()- Specified by:
getBlockTimeStampin interfaceTransactionResponse
-
getReferencedTransaction
- Specified by:
getReferencedTransactionin interfaceTransactionResponse
-
getSignatureHash
public byte[] getSignatureHash()- Specified by:
getSignatureHashin interfaceTransactionResponse
-
getEcBlockHeight
public int getEcBlockHeight()- Specified by:
getEcBlockHeightin interfaceTransactionResponse
-
getEcBlockId
public long getEcBlockId()- Specified by:
getEcBlockIdin interfaceTransactionResponse
-
isBundled
public boolean isBundled()- Specified by:
isBundledin interfaceTransactionResponse
-
getRandomSeed
- Specified by:
getRandomSeedin interfaceTransactionResponse
-
getAttachmentJson
- Specified by:
getAttachmentJsonin interfaceTransactionResponse
-
getJson
- Specified by:
getJsonin interfaceTransactionResponse
-
equals
-
similar
- Specified by:
similarin interfaceTransactionResponse
-
hashCode
public int hashCode()
-