![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <request.h>
Public Types | |
| enum | Mode { EXECUTE , GET_HELP , GET_ARGS } |
Public Member Functions | |
| void | parse (const UniValue &valRequest) |
| bool | IsNotification () const |
Public Attributes | |
| std::optional< UniValue > | id = UniValue::VNULL |
| std::string | strMethod |
| UniValue | params |
| enum JSONRPCRequest::Mode | mode = EXECUTE |
| std::string | URI |
| std::string | authUser |
| std::string | peerAddr |
| std::any | context |
| JSONRPCVersion | m_json_version = JSONRPCVersion::V1_LEGACY |
| enum JSONRPCRequest::Mode |
|
inlinenodiscard |
| void JSONRPCRequest::parse | ( | const UniValue & | valRequest | ) |
Definition at line 199 of file request.cpp.
| std::optional<UniValue> JSONRPCRequest::id = UniValue::VNULL |
| JSONRPCVersion JSONRPCRequest::m_json_version = JSONRPCVersion::V1_LEGACY |
| enum JSONRPCRequest::Mode JSONRPCRequest::mode = EXECUTE |