|
| std::set< std::pair< std::string, int > > | members |
| |
| std::set< std::pair< std::string, std::string > > | membersByName |
| |
Definition at line 237 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 259 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 249 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: