Package nxt.shuffling
Class ShufflingVerificationAttachment
java.lang.Object
nxt.blockchain.Appendix.AbstractAppendix
nxt.blockchain.Attachment.AbstractAttachment
nxt.shuffling.AbstractShufflingAttachment
nxt.shuffling.ShufflingVerificationAttachment
- All Implemented Interfaces:
Appendix,Attachment,ShufflingAttachment
-
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
ConstructorsConstructorDescriptionShufflingVerificationAttachment(byte[] shufflingFullHash, byte[] shufflingStateHash) -
Method Summary
Methods inherited from class nxt.shuffling.AbstractShufflingAttachment
getMySize, getShufflingFullHash, getShufflingStateHash, 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
getAppendixType, getBaselineFee, getBaselineFeeHeight, getFee, getFullSize, getJSONObject, getNextFee, getNextFeeHeight, getSize, getVersion, isAllowed, isPhased, putBytes
-
Constructor Details
-
ShufflingVerificationAttachment
public ShufflingVerificationAttachment(byte[] shufflingFullHash, byte[] shufflingStateHash)
-
-
Method Details
-
getTransactionType
-