Bitcoin ABC 0.30.3
P2P Digital Currency
|
Public Attributes | |
std::string | methodName |
method whose params want conversion More... | |
int | paramIdx |
0-based idx of param to convert More... | |
std::string | paramName |
parameter name More... | |
Definition at line 16 of file client.cpp.
std::string CRPCConvertParam::methodName |
method whose params want conversion
Definition at line 18 of file client.cpp.
int CRPCConvertParam::paramIdx |
0-based idx of param to convert
Definition at line 19 of file client.cpp.
std::string CRPCConvertParam::paramName |
parameter name
Definition at line 20 of file client.cpp.