![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
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 ()=default |
| virtual UniValue | PrepareRequest (const std::string &method, const std::vector< std::string > &args)=0 |
| virtual UniValue | ProcessReply (const UniValue &batch_in)=0 |
Public Attributes | |
| const int | ID_NETWORKINFO = 0 |
| const int | ID_BLOCKCHAININFO = 1 |
| const int | ID_WALLETINFO = 2 |
| const int | ID_BALANCES = 3 |
Process getinfo requests.
Definition at line 328 of file bitcoin-cli.cpp.
|
inlineoverridevirtual |
Create a simulated getinfo request.
Implements BaseRequestHandler.
Definition at line 336 of file bitcoin-cli.cpp.
Collect values from the batch and form a simulated getinfo reply.
Implements BaseRequestHandler.
Definition at line 354 of file bitcoin-cli.cpp.
| const int GetinfoRequestHandler::ID_BALANCES = 3 |
Definition at line 333 of file bitcoin-cli.cpp.
| const int GetinfoRequestHandler::ID_BLOCKCHAININFO = 1 |
Definition at line 331 of file bitcoin-cli.cpp.
| const int GetinfoRequestHandler::ID_NETWORKINFO = 0 |
Definition at line 330 of file bitcoin-cli.cpp.
| const int GetinfoRequestHandler::ID_WALLETINFO = 2 |
Definition at line 332 of file bitcoin-cli.cpp.