#include <util.h>
|
| | RPCHelpMan (std::string name, std::string description, std::vector< RPCArg > args, RPCResults results, RPCExamples examples) |
| |
| | RPCHelpMan (std::string name, std::string description, std::vector< RPCArg > args, RPCResults results, RPCExamples examples, RPCMethodImpl fun) |
| |
| std::string | ToString () const |
| |
| UniValue | HandleRequest (const JSONRPCRequest &request) |
| |
| bool | IsValidNumArgs (size_t num_args) const |
| | If the supplied number of args is neither too small nor too high. More...
|
| |
| void | Check (const JSONRPCRequest &request) const |
| | Check if the given request is valid according to this command or if the user is asking for help information, and throw help when appropriate. More...
|
| |
| std::vector< std::string > | GetArgNames () const |
| |
Definition at line 332 of file util.h.
| RPCHelpMan::RPCHelpMan |
( |
std::string |
name, |
|
|
std::string |
description, |
|
|
std::vector< RPCArg > |
args, |
|
|
RPCResults |
results, |
|
|
RPCExamples |
examples |
|
) |
| |
Check if the given request is valid according to this command or if the user is asking for help information, and throw help when appropriate.
Definition at line 351 of file util.h.
| std::vector< std::string > RPCHelpMan::GetArgNames |
( |
| ) |
const |
| bool RPCHelpMan::IsValidNumArgs |
( |
size_t |
num_args | ) |
const |
If the supplied number of args is neither too small nor too high.
Definition at line 479 of file util.cpp.
| std::string RPCHelpMan::ToString |
( |
| ) |
const |
| const std::vector<RPCArg> RPCHelpMan::m_args |
|
private |
| const std::string RPCHelpMan::m_description |
|
private |
| const std::string RPCHelpMan::m_name |
The documentation for this class was generated from the following files: