Process netinfo requests.
More...
Process netinfo requests.
Definition at line 298 of file bitcoin-cli.cpp.
| std::string NetinfoRequestHandler::ChainToString |
( |
| ) |
const |
|
inlineprivate |
| bool NetinfoRequestHandler::DetailsRequested |
( |
| ) |
const |
|
inlineprivate |
| bool NetinfoRequestHandler::IsAddressSelected |
( |
| ) |
const |
|
inlineprivate |
| bool NetinfoRequestHandler::IsVersionSelected |
( |
| ) |
const |
|
inlineprivate |
| int8_t NetinfoRequestHandler::NetworkStringToId |
( |
const std::string & |
str | ) |
const |
|
inlineprivate |
| std::string NetinfoRequestHandler::PingTimeToString |
( |
double |
seconds | ) |
const |
|
inlineprivate |
| UniValue NetinfoRequestHandler::PrepareRequest |
( |
const std::string & |
method, |
|
|
const std::vector< std::string > & |
args |
|
) |
| |
|
inlineoverridevirtual |
| constexpr int NetinfoRequestHandler::ID_NETWORKINFO = 1 |
|
static |
| constexpr int NetinfoRequestHandler::ID_PEERINFO = 0 |
|
static |
| std::array<std::array<uint16_t, m_networks_size + 2>, 3> NetinfoRequestHandler::m_counts {{{}}} |
|
private |
| uint8_t NetinfoRequestHandler::m_details_level {0} |
|
private |
Optional user-supplied arg to set dashboard details level.
Definition at line 312 of file bitcoin-cli.cpp.
| bool NetinfoRequestHandler::m_is_asmap_on {false} |
|
private |
| size_t NetinfoRequestHandler::m_max_addr_length {0} |
|
private |
| size_t NetinfoRequestHandler::m_max_age_length {4} |
|
private |
| size_t NetinfoRequestHandler::m_max_id_length {2} |
|
private |
| const std::array<std::string, m_networks_size> NetinfoRequestHandler::m_networks {{"ipv4", "ipv6", "onion"}} |
|
private |
| constexpr uint8_t NetinfoRequestHandler::m_networks_size {3} |
|
staticprivate |
| std::vector<Peer> NetinfoRequestHandler::m_peers |
|
private |
| constexpr int8_t NetinfoRequestHandler::UNKNOWN_NETWORK {-1} |
|
staticprivate |
The documentation for this class was generated from the following file: