public final class AssetIssuanceAttachment extends Attachment.AbstractAttachment
Attachment.AbstractAttachment, Attachment.EmptyAttachment, Attachment.PropertyDeleteAttachmentAppendix.AbstractAppendix, Appendix.Encryptable, Appendix.Parser, Appendix.Prunable| Modifier and Type | Field and Description |
|---|---|
static StringRw |
DESCRIPTION_RW |
static StringRw |
NAME_RW |
| Constructor and Description |
|---|
AssetIssuanceAttachment(java.lang.String name,
java.lang.String description,
long quantityQNT,
byte decimals) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getDecimals() |
java.lang.String |
getDescription() |
protected int |
getMySize() |
java.lang.String |
getName() |
long |
getQuantityQNT() |
TransactionType |
getTransactionType() |
protected void |
putMyBytes(java.nio.ByteBuffer buffer) |
protected void |
putMyJSON(org.json.simple.JSONObject attachment) |
apply, getAppendixName, getAppendixType, getBaselineFee, getBaselineFeeHeight, getFinishValidationHeight, getNextFee, getNextFeeHeight, isAllowed, isPhasable, validate, validateIdgetFee, getFullSize, getJSONObject, getSize, getVersion, isPhased, loadPrunable, loadPrunable, putBytes, validateAtFinish, verifyVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFee, getFullSize, getJSONObject, getSize, getVersion, hasAppendix, isPhased, putBytespublic static final StringRw NAME_RW
public static final StringRw DESCRIPTION_RW
public AssetIssuanceAttachment(java.lang.String name,
java.lang.String description,
long quantityQNT,
byte decimals)
protected int getMySize()
getMySize in class Appendix.AbstractAppendixprotected void putMyBytes(java.nio.ByteBuffer buffer)
putMyBytes in class Appendix.AbstractAppendixprotected void putMyJSON(org.json.simple.JSONObject attachment)
putMyJSON in class Appendix.AbstractAppendixpublic TransactionType getTransactionType()
public java.lang.String getName()
public java.lang.String getDescription()
public long getQuantityQNT()
public byte getDecimals()