Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | List of all members
DefaultRequestHandler Class Reference

Process default single requests. More...

Inheritance diagram for DefaultRequestHandler:
[legend]
Collaboration diagram for DefaultRequestHandler:
[legend]

Public Member Functions

UniValue PrepareRequest (const std::string &method, const std::vector< std::string > &args) override
 
UniValue ProcessReply (const UniValue &reply) override
 
- Public Member Functions inherited from BaseRequestHandler
virtual ~BaseRequestHandler ()=default
 

Detailed Description

Process default single requests.

Definition at line 723 of file bitcoin-cli.cpp.

Member Function Documentation

◆ PrepareRequest()

UniValue DefaultRequestHandler::PrepareRequest ( const std::string &  method,
const std::vector< std::string > &  args 
)
inlineoverridevirtual

Implements BaseRequestHandler.

Definition at line 725 of file bitcoin-cli.cpp.

Here is the call graph for this function:

◆ ProcessReply()

UniValue DefaultRequestHandler::ProcessReply ( const UniValue reply)
inlineoverridevirtual

Implements BaseRequestHandler.

Definition at line 736 of file bitcoin-cli.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following file: