![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
Process addrinfo requests. More...
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 () |
Private Member Functions | |
| int8_t | NetworkStringToId (const std::string &str) const |
Static Private Attributes | |
| static constexpr std::array | m_networks {"ipv4", "ipv6", "torv2", "torv3", "i2p"} |
Process addrinfo requests.
Definition at line 236 of file bitcoin-cli.cpp.
|
inlineprivate |
|
inlineoverridevirtual |
Implements BaseRequestHandler.
Definition at line 249 of file bitcoin-cli.cpp.
Implements BaseRequestHandler.
Definition at line 258 of file bitcoin-cli.cpp.
|
staticprivate |
Definition at line 239 of file bitcoin-cli.cpp.
1.8.14