Bitcoin ABC 0.30.3
P2P Digital Currency
|
Class that handles the conversion from a command-line to a JSON-RPC request, as well as converting back to a JSON object that can be shown as result. More...
Public Member Functions | |
virtual | ~BaseRequestHandler () |
virtual UniValue | PrepareRequest (const std::string &method, const std::vector< std::string > &args)=0 |
virtual UniValue | ProcessReply (const UniValue &batch_in)=0 |
Class that handles the conversion from a command-line to a JSON-RPC request, as well as converting back to a JSON object that can be shown as result.
Definition at line 324 of file bitcoin-cli.cpp.
|
inlinevirtual |
Definition at line 326 of file bitcoin-cli.cpp.
|
pure virtual |
Implemented in GetinfoRequestHandler, NetinfoRequestHandler, GenerateToAddressRequestHandler, and DefaultRequestHandler.
Implemented in GetinfoRequestHandler, NetinfoRequestHandler, GenerateToAddressRequestHandler, and DefaultRequestHandler.