Class GetFundingMonitor
The monitors for a single funding account will be returned when the secret phrase is specified. A single monitor will be returned if holding and property are specified. Otherwise, all monitors for the funding account will be returned The administrator password is not required and will be ignored.
When the administrator password is specified, all monitors will be returned unless the funding account is also specified. A single monitor will be returned if holding and property are specified. Otherwise, all monitors for the funding account will be returned.
Holding type codes are listed in getConstants. You can also request the holding information using the includeHoldingInfo parameter. In addition, the holding identifier must be specified when the holding type is ASSET or CURRENCY.
-
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected org.json.simple.JSONStreamAwareprocessRequest(javax.servlet.http.HttpServletRequest req) Process the requestprotected booleanMethods inherited from class nxt.http.APIServlet.APIRequestHandler
canHaveRecipient, getAPITags, getCreateTransactionTypes, getFileParameters, getParameters, getSensitiveParameters, isChainSpecific, isIgnisOnly, isTextArea, processRequest, requireBlockchain, requiredBlockUpdateLock, requirePassword, requirePost, startDbTransaction
-
Method Details
-
processRequest
protected org.json.simple.JSONStreamAware processRequest(javax.servlet.http.HttpServletRequest req) throws ParameterException Process the request- Specified by:
processRequestin classAPIServlet.APIRequestHandler- Parameters:
req- Client request- Returns:
- Client response
- Throws:
ParameterException- Unable to process request
-
allowRequiredBlockParameters
protected boolean allowRequiredBlockParameters()- Overrides:
allowRequiredBlockParametersin classAPIServlet.APIRequestHandler
-
requireFullClient
protected boolean requireFullClient()- Overrides:
requireFullClientin classAPIServlet.APIRequestHandler
-