JSONRPCRequest::Mode

How the request should be handled.

Synopsis

Declared in <rpc/request.h>

enum Mode;

Members

NameDescription
EXECUTE Execute the method normally.
GET_HELP Return the method's help text instead of executing it.
GET_ARGS Return the method's argument specification instead of executing it.