Package nxt.blockchain
Interface ChildTransaction
- All Superinterfaces:
AccountLedger.LedgerEventId,Transaction
- All Known Implementing Classes:
ChildTransactionImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface nxt.blockchain.Transaction
getAmount, getAppendages, getAppendages, getAppendages, getAttachment, getBlock, getBlockId, getBlockTimestamp, getBytes, getDeadline, getECBlockHeight, getECBlockId, getExpiration, getFee, getFullHash, getFullSize, getHeight, getId, getIndex, getJSONObject, getMinimumFeeFQT, getPrunableAttachmentJSON, getPrunableBytes, getPrunableEncryptedMessage, getPrunablePlainMessage, getRecipientId, getSenderId, getSenderPublicKey, getSignature, getStringId, getTimestamp, getType, getUnsignedBytes, getVersion, isPhased, validate, verifySignature
-
Method Details
-
getChain
ChildChain getChain()- Specified by:
getChainin interfaceAccountLedger.LedgerEventId- Specified by:
getChainin interfaceTransaction
-
getFxtTransactionId
long getFxtTransactionId() -
getReferencedTransactionId
ChainTransactionId getReferencedTransactionId() -
getMessage
MessageAppendix getMessage() -
getEncryptedMessage
EncryptedMessageAppendix getEncryptedMessage() -
getEncryptToSelfMessage
EncryptToSelfMessageAppendix getEncryptToSelfMessage() -
getPhasing
PhasingAppendix getPhasing() -
getAtomicChild
ChildTransaction getAtomicChild()
-