Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CNodeStateStats Struct Reference

#include <net_processing.h>

Public Attributes

int nMisbehavior
 
int nSyncHeight
 
int nCommonHeight
 
std::vector< int > vHeightInFlight
 

Detailed Description

Definition at line 79 of file net_processing.h.

Member Data Documentation

◆ nCommonHeight

int CNodeStateStats::nCommonHeight

◆ nMisbehavior

int CNodeStateStats::nMisbehavior

◆ nSyncHeight

int CNodeStateStats::nSyncHeight

◆ vHeightInFlight

std::vector<int> CNodeStateStats::vHeightInFlight

Definition at line 83 of file net_processing.h.

Referenced by GetNodeStateStats(), and getpeerinfo().


The documentation for this struct was generated from the following file:
Released under the MIT license