Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
client.h
Go to the documentation of this file.
12 UniValue RPCConvertValues(const std::string& strMethod, const std::vector<std::string>& strParams);
15 UniValue RPCConvertNamedValues(const std::string& strMethod, const std::vector<std::string>& strParams);
UniValue RPCConvertValues(const std::string &strMethod, const std::vector< std::string > &strParams)
Convert positional arguments to command-specific RPC representation.
Definition: client.cpp:230
Definition: univalue.h:20
UniValue ParseNonRFCJSONValue(const std::string &strVal)
Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, false, null) as well as obje...
Definition: client.cpp:221
UniValue RPCConvertNamedValues(const std::string &strMethod, const std::vector< std::string > &strParams)
Convert named arguments to command-specific RPC representation.
Definition: client.cpp:249