Package nxt.http

Class CurrencyReserveIncrease


public final class CurrencyReserveIncrease extends CreateTransaction
Increase the value of currency units by paying coin

Parameters

  • currency - currency id
  • amountPerUnitNQT - the NQT amount invested into increasing the value of a single whole currency unit.
    This value is multiplied by the currency total supply and the result is deducted from the sender's account balance.

Constraints

This API is allowed only when the currency is CurrencyType.RESERVABLE and is not yet active.

The sender account is registered as a founder. Once the currency becomes active the total supply is distributed between the founders based on their proportional investment
The list of founders and their NQT investment can be obtained using the GetCurrencyFounders API.