Package nxt

Class Attachment.MonetarySystemPublishExchangeOffer

    • Constructor Detail

      • MonetarySystemPublishExchangeOffer

        public MonetarySystemPublishExchangeOffer​(long currencyId,
                                                  long buyRateNQT,
                                                  long sellRateNQT,
                                                  long totalBuyLimit,
                                                  long totalSellLimit,
                                                  long initialBuySupply,
                                                  long initialSellSupply,
                                                  int expirationHeight)
    • Method Detail

      • getBuyRateNQT

        public long getBuyRateNQT()
      • getSellRateNQT

        public long getSellRateNQT()
      • getTotalBuyLimit

        public long getTotalBuyLimit()
      • getTotalSellLimit

        public long getTotalSellLimit()
      • getInitialBuySupply

        public long getInitialBuySupply()
      • getInitialSellSupply

        public long getInitialSellSupply()
      • getExpirationHeight

        public int getExpirationHeight()