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.
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | allowRequiredBlockParameters() | 
| static java.util.List<java.lang.String> | getCommonParameters() | 
| protected org.json.simple.JSONStreamAware | processRequest(javax.servlet.http.HttpServletRequest req) | 
| protected boolean | requirePost() | 
getAPITags, getFileParameter, getParameters, isPassword, isTextArea, processRequest, requireBlockchain, requireFullClient, requirePassword, startDbTransactionprotected org.json.simple.JSONStreamAware processRequest(javax.servlet.http.HttpServletRequest req)
                                                  throws NxtException
processRequest in class APIServlet.APIRequestHandlerNxtExceptionprotected final boolean requirePost()
requirePost in class APIServlet.APIRequestHandlerprotected final boolean allowRequiredBlockParameters()
allowRequiredBlockParameters in class APIServlet.APIRequestHandlerpublic static java.util.List<java.lang.String> getCommonParameters()