public final class CurrencyReserveIncrease extends APIServlet.APIRequestHandler
Parameters
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.
DESCRIPTION_FIELD, MESSAGE_FIELD, NAME_FIELD
Modifier and Type | Method and Description |
---|---|
protected boolean |
allowRequiredBlockParameters() |
protected org.json.simple.JSONStreamAware |
processRequest(javax.servlet.http.HttpServletRequest req) |
protected boolean |
requirePost() |
getAPITags, getFileParameter, getParameters, processRequest, requireBlockchain, requireFullClient, requirePassword, startDbTransaction
protected org.json.simple.JSONStreamAware processRequest(javax.servlet.http.HttpServletRequest req) throws NxtException
processRequest
in class APIServlet.APIRequestHandler
NxtException
protected final boolean requirePost()
requirePost
in class APIServlet.APIRequestHandler
protected final boolean allowRequiredBlockParameters()
allowRequiredBlockParameters
in class APIServlet.APIRequestHandler