Package nxt.http
Class CurrencyReserveIncrease
- java.lang.Object
-
- nxt.http.APIServlet.APIRequestHandler
-
- nxt.http.CurrencyReserveIncrease
-
public final class CurrencyReserveIncrease extends APIServlet.APIRequestHandler
Increase the value of currency units by paying NXTParameters
- currency - currency id
- amountPerUnitNQT - the NQT amount invested into increasing the value of a single 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.RESERVABLEand 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 theGetCurrencyFoundersAPI.
-
-
Field Summary
-
Fields inherited from class nxt.http.APIServlet.APIRequestHandler
DESCRIPTION_FIELD, MESSAGE_FIELD, NAME_FIELD
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanallowRequiredBlockParameters()protected org.json.simple.JSONStreamAwareprocessRequest(javax.servlet.http.HttpServletRequest req)protected booleanrequirePost()-
Methods inherited from class nxt.http.APIServlet.APIRequestHandler
getAPITags, getFileParameter, getParameters, processRequest, requireBlockchain, requireFullClient, requirePassword, startDbTransaction
-
-
-
-
Method Detail
-
processRequest
protected org.json.simple.JSONStreamAware processRequest(javax.servlet.http.HttpServletRequest req) throws NxtException- Specified by:
processRequestin classAPIServlet.APIRequestHandler- Throws:
NxtException
-
requirePost
protected final boolean requirePost()
- Overrides:
requirePostin classAPIServlet.APIRequestHandler
-
allowRequiredBlockParameters
protected final boolean allowRequiredBlockParameters()
- Overrides:
allowRequiredBlockParametersin classAPIServlet.APIRequestHandler
-
-