#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 331 of file util.h.
◆ RPCMethodImpl
◆ RPCHelpMan() [1/2]
RPCHelpMan::RPCHelpMan |
( |
std::string |
name, |
|
|
std::string |
description, |
|
|
std::vector< RPCArg > |
args, |
|
|
RPCResults |
results, |
|
|
RPCExamples |
examples |
|
) |
| |
◆ RPCHelpMan() [2/2]
◆ Check()
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 350 of file util.h.
◆ GetArgNames()
std::vector< std::string > RPCHelpMan::GetArgNames |
( |
| ) |
const |
◆ HandleRequest()
◆ IsValidNumArgs()
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.
◆ ToString()
std::string RPCHelpMan::ToString |
( |
| ) |
const |
◆ m_args
const std::vector<RPCArg> RPCHelpMan::m_args |
|
private |
◆ m_description
const std::string RPCHelpMan::m_description |
|
private |
◆ m_examples
◆ m_fun
◆ m_name
const std::string RPCHelpMan::m_name |
◆ m_results
The documentation for this class was generated from the following files: