Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CRPCConvertParam Class Reference

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...
 

Detailed Description

Definition at line 14 of file client.cpp.

Member Data Documentation

◆ methodName

std::string CRPCConvertParam::methodName

method whose params want conversion

Definition at line 17 of file client.cpp.

◆ paramIdx

int CRPCConvertParam::paramIdx

0-based idx of param to convert

Definition at line 18 of file client.cpp.

◆ paramName

std::string CRPCConvertParam::paramName

parameter name

Definition at line 19 of file client.cpp.


The documentation for this class was generated from the following file:
Released under the MIT license