Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | Protected Attributes | List of all members
GenerateToAddressRequestHandler Class Reference

Process RPC generatetoaddress request. More...

Inheritance diagram for GenerateToAddressRequestHandler:
[legend]
Collaboration diagram for GenerateToAddressRequestHandler:
[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 ()
 

Protected Attributes

std::string address_str
 

Detailed Description

Process RPC generatetoaddress request.

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

Member Function Documentation

◆ PrepareRequest()

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

Implements BaseRequestHandler.

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

Here is the call graph for this function:

◆ ProcessReply()

UniValue GenerateToAddressRequestHandler::ProcessReply ( const UniValue reply)
inlineoverridevirtual

Implements BaseRequestHandler.

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

Here is the call graph for this function:

Member Data Documentation

◆ address_str

std::string GenerateToAddressRequestHandler::address_str
protected

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


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