Package nxt.ce
Class OrderIssueFxtAttachment
java.lang.Object
nxt.blockchain.Appendix.AbstractAppendix
nxt.blockchain.Attachment.AbstractAttachment
nxt.ce.OrderIssueAttachment
nxt.ce.OrderIssueFxtAttachment
- All Implemented Interfaces:
Appendix,Attachment
Coin exchange order issue attachment for the Fxt chain
-
Nested Class Summary
Nested classes/interfaces inherited from interface nxt.blockchain.Appendix
Appendix.AbstractAppendix, Appendix.Encryptable, Appendix.Parser, Appendix.PrunableNested classes/interfaces inherited from interface nxt.blockchain.Attachment
Attachment.AbstractAttachment, Attachment.EmptyAttachment, Attachment.PropertyDeleteAttachment -
Constructor Summary
ConstructorsConstructorDescriptionOrderIssueFxtAttachment(Chain chain, Chain exchangeChain, long quantityQNT, long priceNQT) -
Method Summary
Modifier and TypeMethodDescriptionReturn the transaction typeMethods inherited from class nxt.ce.OrderIssueAttachment
getChain, getExchangeChain, getMySize, getPriceNQT, getQuantityQNT, putMyBytes, putMyJSONMethods inherited from class nxt.blockchain.Attachment.AbstractAttachment
apply, getAppendixName, getAppendixType, getBaselineFee, getBaselineFeeHeight, getFinishValidationHeight, getNextFee, getNextFeeHeight, isAllowed, isPhasable, validate, validateIdMethods inherited from class nxt.blockchain.Appendix.AbstractAppendix
getFee, getFullSize, getJSONObject, getSize, getVersion, isPhased, loadPrunable, loadPrunable, putBytes, validateAtFinish, verifyVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nxt.blockchain.Appendix
getFee, getFullSize, getJSONObject, getSize, getVersion, isPhased, putBytes
-
Constructor Details
-
OrderIssueFxtAttachment
-
-
Method Details
-
getTransactionType
Return the transaction type- Specified by:
getTransactionTypein interfaceAttachment- Overrides:
getTransactionTypein classOrderIssueAttachment- Returns:
- Transaction type
-