![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
UniValue | RPCConvertValues (const std::string &strMethod, const std::vector< std::string > &strParams) |
Convert positional arguments to command-specific RPC representation. More... | |
UniValue | RPCConvertNamedValues (const std::string &strMethod, const std::vector< std::string > &strParams) |
Convert named arguments to command-specific RPC representation. More... | |
UniValue | ParseNonRFCJSONValue (std::string_view raw) |
Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, false, null) as well as objects and arrays. More... | |
UniValue ParseNonRFCJSONValue | ( | std::string_view | raw | ) |
Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, false, null) as well as objects and arrays.
Definition at line 261 of file client.cpp.
UniValue RPCConvertNamedValues | ( | const std::string & | strMethod, |
const std::vector< std::string > & | strParams | ||
) |
Convert named arguments to command-specific RPC representation.
Definition at line 280 of file client.cpp.
UniValue RPCConvertValues | ( | const std::string & | strMethod, |
const std::vector< std::string > & | strParams | ||
) |
Convert positional arguments to command-specific RPC representation.
Definition at line 268 of file client.cpp.