Package nxt.ms
Class ExchangeBuyAttachment
java.lang.Object
nxt.blockchain.Appendix.AbstractAppendix
nxt.blockchain.Attachment.AbstractAttachment
nxt.ms.ExchangeAttachment
nxt.ms.ExchangeBuyAttachment
- All Implemented Interfaces:
Appendix,Attachment
-
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
ConstructorsConstructorDescriptionExchangeBuyAttachment(long currencyId, long rateNQT, long unitsQNT) ExchangeBuyAttachment(ByteBuffer buffer) ExchangeBuyAttachment(org.json.simple.JSONObject attachmentData) -
Method Summary
Methods inherited from class nxt.ms.ExchangeAttachment
getCurrencyId, getMySize, getRateNQT, getUnitsQNT, 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
-
ExchangeBuyAttachment
-
ExchangeBuyAttachment
public ExchangeBuyAttachment(org.json.simple.JSONObject attachmentData) -
ExchangeBuyAttachment
public ExchangeBuyAttachment(long currencyId, long rateNQT, long unitsQNT)
-
-
Method Details
-
getTransactionType
-