Package nxt

Class Attachment.MonetarySystemCurrencyIssuance

    • Field Detail

      • NAME_RW

        public static final StringRw NAME_RW
      • CODE_RW

        public static final StringRw CODE_RW
      • DESCRIPTION_RW

        public static final StringRw DESCRIPTION_RW
    • Constructor Detail

      • MonetarySystemCurrencyIssuance

        public 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,
                                              int minDifficulty,
                                              int maxDifficulty,
                                              byte ruleset,
                                              byte algorithm,
                                              byte decimals)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getCode

        public java.lang.String getCode()
      • getDescription

        public java.lang.String getDescription()
      • getType

        public byte getType()
      • getInitialSupply

        public long getInitialSupply()
      • getReserveSupply

        public long getReserveSupply()
      • getMaxSupply

        public long getMaxSupply()
      • getIssuanceHeight

        public int getIssuanceHeight()
      • getMinReservePerUnitNQT

        public long getMinReservePerUnitNQT()
      • getMinDifficulty

        public int getMinDifficulty()
      • getMaxDifficulty

        public int getMaxDifficulty()
      • getRuleset

        public byte getRuleset()
      • getAlgorithm

        public byte getAlgorithm()
      • getDecimals

        public byte getDecimals()