Get statistics from node state
Declared in <net_processing.h>
virtual
bool
GetNodeStateStats(
NodeId nodeid,
CNodeStateStats& stats) const = 0;
True if the peer was found and stats were populated.
| Name | Description |
|---|---|
| nodeid | The id of the peer to query. |
| stats | Output filled with the peer's state statistics on success. |