![]()  | 
  
    BSHA3
    0.17.99
    
   P2P Blockchain, based on Bitcoin 
   | 
 
Process getinfo requests. More...
Public Member Functions | |
| UniValue | PrepareRequest (const std::string &method, const std::vector< std::string > &args) override | 
Create a simulated getinfo request.  More... | |
| UniValue | ProcessReply (const UniValue &batch_in) override | 
Collect values from the batch and form a simulated getinfo reply.  More... | |
  Public Member Functions inherited from BaseRequestHandler | |
| virtual | ~BaseRequestHandler () | 
Public Attributes | |
| const int | ID_NETWORKINFO = 0 | 
| const int | ID_BLOCKCHAININFO = 1 | 
| const int | ID_WALLETINFO = 2 | 
Process getinfo requests.
Definition at line 224 of file bsha3-cli.cpp.
      
  | 
  inlineoverridevirtual | 
Create a simulated getinfo request. 
Implements BaseRequestHandler.
Definition at line 232 of file bsha3-cli.cpp.
Collect values from the batch and form a simulated getinfo reply. 
Implements BaseRequestHandler.
Definition at line 245 of file bsha3-cli.cpp.
| const int GetinfoRequestHandler::ID_BLOCKCHAININFO = 1 | 
Definition at line 228 of file bsha3-cli.cpp.
| const int GetinfoRequestHandler::ID_NETWORKINFO = 0 | 
Definition at line 227 of file bsha3-cli.cpp.
| const int GetinfoRequestHandler::ID_WALLETINFO = 2 | 
Definition at line 229 of file bsha3-cli.cpp.
 1.8.14