Package nxt.http.responses
Interface TransactionResponse
-
public interface TransactionResponse
-
-
Method Summary
-
-
-
Method Detail
-
create
static TransactionResponse create(org.json.simple.JSONObject object)
-
create
static TransactionResponse create(JO object)
-
getTransactionType
TransactionType getTransactionType()
-
getSenderId
long getSenderId()
-
getSender
java.lang.String getSender()
-
getSenderRs
java.lang.String getSenderRs()
-
getSenderPublicKey
byte[] getSenderPublicKey()
-
getRecipientId
long getRecipientId()
-
getRecipient
java.lang.String getRecipient()
-
getRecipientRs
java.lang.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
java.lang.String getUnsignedLongTransactionId()
-
getConfirmations
int getConfirmations()
-
getBlockTimeStamp
int getBlockTimeStamp()
-
getReferencedTransaction
long getReferencedTransaction()
-
getSignatureHash
byte[] getSignatureHash()
-
getEcBlockHeight
int getEcBlockHeight()
-
getEcBlockId
long getEcBlockId()
-
getAttachmentJson
JO getAttachmentJson()
-
getJson
JO getJson()
-
similar
boolean similar(TransactionResponse transactionResponse)
-
-