![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
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 215 of file bsha3-cli.cpp.
|
inlinevirtual |
Definition at line 218 of file bsha3-cli.cpp.
|
pure virtual |
Implemented in DefaultRequestHandler, and GetinfoRequestHandler.
Implemented in DefaultRequestHandler, and GetinfoRequestHandler.