Package nxt.http.responses
Interface TransactionResponse
- All Known Implementing Classes:
TransactionResponseImpl
public interface TransactionResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionResponsestatic TransactionResponsecreate(org.json.simple.JSONObject object) longlongintintintintshortintintlonglongintlonggetFee()byte[]longintshortgetIndex()getJson()longgetRandomSeed(ContractRunnerConfig config) longlongbyte[]byte[]byte[]byteintlongbytegetType()bytebooleanbooleanisPhased()booleansimilar(TransactionResponse transactionResponse)
-
Method Details
-
create
-
create
-
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
-
getAttachmentJson
JO getAttachmentJson() -
getJson
JO getJson() -
similar
-