Package nxt
Interface Attachment
-
- All Superinterfaces:
Appendix
- All Known Subinterfaces:
Attachment.ShufflingAttachment
- All Known Implementing Classes:
Attachment.AbstractAttachment,Attachment.AbstractShufflingAttachment,Attachment.AccountControlEffectiveBalanceLeasing,Attachment.ColoredCoinsAskOrderCancellation,Attachment.ColoredCoinsAskOrderPlacement,Attachment.ColoredCoinsAssetDelete,Attachment.ColoredCoinsAssetIssuance,Attachment.ColoredCoinsAssetTransfer,Attachment.ColoredCoinsBidOrderCancellation,Attachment.ColoredCoinsBidOrderPlacement,Attachment.ColoredCoinsDividendPayment,Attachment.ColoredCoinsOrderCancellation,Attachment.ColoredCoinsOrderPlacement,Attachment.DigitalGoodsDelisting,Attachment.DigitalGoodsDelivery,Attachment.DigitalGoodsFeedback,Attachment.DigitalGoodsListing,Attachment.DigitalGoodsPriceChange,Attachment.DigitalGoodsPurchase,Attachment.DigitalGoodsQuantityChange,Attachment.DigitalGoodsRefund,Attachment.EmptyAttachment,Attachment.MessagingAccountInfo,Attachment.MessagingAccountProperty,Attachment.MessagingAccountPropertyDelete,Attachment.MessagingAliasAssignment,Attachment.MessagingAliasBuy,Attachment.MessagingAliasDelete,Attachment.MessagingAliasSell,Attachment.MessagingPhasingVoteCasting,Attachment.MessagingPollCreation,Attachment.MessagingVoteCasting,Attachment.MonetarySystemCurrencyDeletion,Attachment.MonetarySystemCurrencyIssuance,Attachment.MonetarySystemCurrencyMinting,Attachment.MonetarySystemCurrencyTransfer,Attachment.MonetarySystemExchange,Attachment.MonetarySystemExchangeBuy,Attachment.MonetarySystemExchangeSell,Attachment.MonetarySystemPublishExchangeOffer,Attachment.MonetarySystemReserveClaim,Attachment.MonetarySystemReserveIncrease,Attachment.SetPhasingOnly,Attachment.ShufflingCancellation,Attachment.ShufflingCreation,Attachment.ShufflingProcessing,Attachment.ShufflingRecipients,Attachment.ShufflingRegistration,Attachment.ShufflingVerification,Attachment.TaggedDataAttachment,Attachment.TaggedDataExtend,Attachment.TaggedDataUpload,Attachment.UnencryptedDigitalGoodsDelivery
public interface Attachment extends Appendix
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nxt.Appendix
Appendix.AbstractAppendix, Appendix.AbstractEncryptedMessage, Appendix.Encryptable, Appendix.EncryptedMessage, Appendix.EncryptToSelfMessage, Appendix.Message, Appendix.Phasing, Appendix.Prunable, Appendix.PrunableEncryptedMessage, Appendix.PrunablePlainMessage, Appendix.PublicKeyAnnouncement, Appendix.UnencryptedEncryptedMessage, Appendix.UnencryptedEncryptToSelfMessage, Appendix.UnencryptedPrunableEncryptedMessage
-
-
Field Summary
Fields Modifier and Type Field Description static Attachment.EmptyAttachmentARBITRARY_MESSAGEstatic Attachment.EmptyAttachmentORDINARY_PAYMENT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionTypegetTransactionType()-
Methods inherited from interface nxt.Appendix
getBaselineFee, getBaselineFeeHeight, getFullSize, getJSONObject, getNextFee, getNextFeeHeight, getSize, getVersion, isPhased, putBytes
-
-
-
-
Field Detail
-
ORDINARY_PAYMENT
static final Attachment.EmptyAttachment ORDINARY_PAYMENT
-
ARBITRARY_MESSAGE
static final Attachment.EmptyAttachment ARBITRARY_MESSAGE
-
-
Method Detail
-
getTransactionType
TransactionType getTransactionType()
-
-