Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
CRPCConvertParam Class Reference

Public Attributes

std::string methodName
 method whose params want conversion
int paramIdx
 0-based idx of param to convert
std::string paramName
 parameter name
ParamFormat format {ParamFormat::JSON}
 parameter format

Detailed Description

Definition at line 19 of file client.cpp.

Member Data Documentation

◆ format

ParamFormat CRPCConvertParam::format {ParamFormat::JSON}

parameter format

Definition at line 25 of file client.cpp.

◆ methodName

std::string CRPCConvertParam::methodName

method whose params want conversion

Definition at line 22 of file client.cpp.

◆ paramIdx

int CRPCConvertParam::paramIdx

0-based idx of param to convert

Definition at line 23 of file client.cpp.

◆ paramName

std::string CRPCConvertParam::paramName

parameter name

Definition at line 24 of file client.cpp.


The documentation for this class was generated from the following file: