Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
protocol.h
Go to the documentation of this file.
90 UniValue JSONRPCRequestObj(const std::string& strMethod, const UniValue& params, const UniValue& id);
No wallet specified (error when there are multiple wallets loaded)
Definition: protocol.h:87
UniValue JSONRPCReplyObj(const UniValue &result, const UniValue &error, const UniValue &id)
Definition: protocol.cpp:36
std::string JSONRPCReply(const UniValue &result, const UniValue &error, const UniValue &id)
Definition: protocol.cpp:48
Definition: protocol.h:24
Enter the wallet passphrase with walletpassphrase first.
Definition: protocol.h:81
Definition: protocol.h:21
Definition: protocol.h:22
Definition: protocol.h:25
bool GenerateAuthCookie(std::string *cookie_out)
Generate a new RPC authentication cookie and write it to disk.
Definition: protocol.cpp:79
Definition: protocol.h:44
Definition: protocol.h:64
Definition: univalue.h:20
bool GetAuthCookie(std::string *cookie_out)
Read the RPC authentication cookie from disk.
Definition: protocol.cpp:112
UniValue JSONRPCRequestObj(const std::string &strMethod, const UniValue ¶ms, const UniValue &id)
JSON-RPC protocol.
Definition: protocol.cpp:27
The wallet passphrase entered was incorrect.
Definition: protocol.h:82
Command given in wrong wallet encryption state (encrypting an encrypted wallet etc.)
Definition: protocol.h:83
Definition: protocol.h:23
Definition: protocol.h:27
Definition: protocol.h:26
std::vector< UniValue > JSONRPCProcessBatchReply(const UniValue &in, size_t num)
Parse JSON-RPC batch reply into a vector.
Definition: protocol.cpp:137
Definition: protocol.h:45
Definition: protocol.h:28
Node to disconnect not found in connected nodes.
Definition: protocol.h:72
Definition: protocol.h:40
Server is in safe mode, and command is not allowed in safe mode.
Definition: protocol.h:49
Definition: protocol.h:65
Definition: protocol.h:41
Error parsing or validating structure in raw format.
Definition: protocol.h:55