Package nxt.http

Class CurrencyReserveClaim


public final class CurrencyReserveClaim extends CreateTransaction
Claim currency units and receive back coin invested into this currency before it became active

Parameters

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

Constraints

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