Package nxt.blockchain
Interface FxtTransaction
- All Superinterfaces:
AccountLedger.LedgerEventId,Transaction
- All Known Subinterfaces:
ChildBlockFxtTransaction
- All Known Implementing Classes:
FxtTransactionImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends ChildTransaction>List<? extends ChildTransaction>voidsetChildTransactions(List<? extends ChildTransaction> childTransactions, byte[] blockHash) Methods inherited from interface nxt.blockchain.Transaction
getAmount, getAppendages, getAppendages, getAppendages, getAttachment, getBlock, getBlockId, getBlockTimestamp, getBytes, getChain, 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
-
getChildTransactions
Collection<? extends ChildTransaction> getChildTransactions() -
getSortedChildTransactions
List<? extends ChildTransaction> getSortedChildTransactions() -
setChildTransactions
void setChildTransactions(List<? extends ChildTransaction> childTransactions, byte[] blockHash) throws NxtException.NotValidException - Throws:
NxtException.NotValidException
-