![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <univalue.h>
Go to the source code of this file.
Functions | |
UniValue | RPCConvertValues (const std::string &strMethod, const std::vector< std::string > &strParams) |
UniValue | ParseNonRFCJSONValue (const std::string &strVal) |
UniValue ParseNonRFCJSONValue | ( | const std::string & | strVal | ) |
Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, false, null) as well as objects and arrays.
Definition at line 169 of file client.cpp.
Referenced by RPCConvertValues().
UniValue RPCConvertValues | ( | const std::string & | strMethod, |
const std::vector< std::string > & | strParams | ||
) |
Convert strings to command-specific RPC representation
Definition at line 179 of file client.cpp.
Referenced by CommandLineRPC(), and RPCExecutor::request().