Package nxt.http

Class CurrencyReserveClaim


  • public final class CurrencyReserveClaim
    extends APIServlet.APIRequestHandler
    Claim currency units and receive back NXT invested into this currency before it became active

    Parameters

    • currency - currency id
    • units - the number of currency units claimed
      This value is multiplied by current currency rate and the result is added to the sender NXT account balance.

    Constraints

    This transaction is allowed only when the currency is CurrencyType.CLAIMABLE and is already active.