![]() |
Raven Core
3.0.0
P2P Digital Currency
|
#include "rpc/client.h"#include "rpc/protocol.h"#include "util.h"#include <set>#include <stdint.h>#include <univalue.h>Go to the source code of this file.
Classes | |
| class | CRPCConvertParam |
| class | CRPCConvertTable |
Functions | |
| 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. More... | |
| 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 | ( | 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 237 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 265 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 246 of file client.cpp.
1.8.13