public static final class Attachment.MonetarySystemCurrencyIssuance extends Attachment.AbstractAttachment
Attachment.AbstractAttachment, Attachment.AccountControlEffectiveBalanceLeasing, Attachment.ColoredCoinsAskOrderCancellation, Attachment.ColoredCoinsAskOrderPlacement, 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.MessagingAliasAssignment, Attachment.MessagingAliasBuy, Attachment.MessagingAliasDelete, Attachment.MessagingAliasSell, Attachment.MessagingHubAnnouncement, Attachment.MessagingPollCreation, Attachment.MessagingVoteCasting, Attachment.MonetarySystemAttachment, Attachment.MonetarySystemCurrencyDeletion, Attachment.MonetarySystemCurrencyIssuance, Attachment.MonetarySystemCurrencyMinting, Attachment.MonetarySystemCurrencyTransfer, Attachment.MonetarySystemExchange, Attachment.MonetarySystemExchangeBuy, Attachment.MonetarySystemExchangeSell, Attachment.MonetarySystemPublishExchangeOffer, Attachment.MonetarySystemReserveClaim, Attachment.MonetarySystemReserveIncrease
Appendix.AbstractAppendix, Appendix.AbstractEncryptedMessage, Appendix.EncryptedMessage, Appendix.EncryptToSelfMessage, Appendix.Message, Appendix.PublicKeyAnnouncement
ARBITRARY_MESSAGE, ORDINARY_PAYMENT
Constructor and Description |
---|
Attachment.MonetarySystemCurrencyIssuance(java.lang.String name,
java.lang.String code,
java.lang.String description,
byte type,
long initialSupply,
long reserveSupply,
long maxSupply,
int issuanceHeight,
long minReservePerUnitNQT,
byte minDifficulty,
byte maxDifficulty,
byte ruleset,
byte algorithm,
byte decimals) |
Modifier and Type | Method and Description |
---|---|
byte |
getAlgorithm() |
java.lang.String |
getCode() |
byte |
getDecimals() |
java.lang.String |
getDescription() |
long |
getInitialSupply() |
int |
getIssuanceHeight() |
byte |
getMaxDifficulty() |
long |
getMaxSupply() |
byte |
getMinDifficulty() |
long |
getMinReservePerUnitNQT() |
java.lang.String |
getName() |
long |
getReserveSupply() |
byte |
getRuleset() |
TransactionType |
getTransactionType() |
byte |
getType() |
getJSONObject, getSize, getVersion, putBytes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getJSONObject, getSize, getVersion, putBytes
public Attachment.MonetarySystemCurrencyIssuance(java.lang.String name, java.lang.String code, java.lang.String description, byte type, long initialSupply, long reserveSupply, long maxSupply, int issuanceHeight, long minReservePerUnitNQT, byte minDifficulty, byte maxDifficulty, byte ruleset, byte algorithm, byte decimals)
public TransactionType getTransactionType()
public java.lang.String getName()
public java.lang.String getCode()
public java.lang.String getDescription()
public byte getType()
public long getInitialSupply()
public long getReserveSupply()
public long getMaxSupply()
public int getIssuanceHeight()
public long getMinReservePerUnitNQT()
public byte getMinDifficulty()
public byte getMaxDifficulty()
public byte getRuleset()
public byte getAlgorithm()
public byte getDecimals()