|
std::set< std::pair< std::string, int > > | members |
|
std::set< std::pair< std::string, std::string > > | membersByName |
|
Definition at line 234 of file client.cpp.
◆ CRPCConvertTable()
CRPCConvertTable::CRPCConvertTable |
( |
| ) |
|
◆ ArgToUniValue() [1/2]
UniValue CRPCConvertTable::ArgToUniValue |
( |
std::string_view |
arg_value, |
|
|
const std::string & |
method, |
|
|
const std::string & |
param_name |
|
) |
| |
|
inline |
Return arg_value as UniValue, and first parse it if it is a non-string parameter.
Definition at line 256 of file client.cpp.
◆ ArgToUniValue() [2/2]
UniValue CRPCConvertTable::ArgToUniValue |
( |
std::string_view |
arg_value, |
|
|
const std::string & |
method, |
|
|
int |
param_idx |
|
) |
| |
|
inline |
Return arg_value as UniValue, and first parse it if it is a non-string parameter.
Definition at line 246 of file client.cpp.
◆ members
std::set<std::pair<std::string, int> > CRPCConvertTable::members |
|
private |
◆ membersByName
std::set<std::pair<std::string, std::string> > CRPCConvertTable::membersByName |
|
private |
The documentation for this class was generated from the following file: