Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

AddedNodeInfo Struct Reference

#include <net.h>

+ Collaboration diagram for AddedNodeInfo:

Public Attributes

std::string strAddedNode
 
CService resolvedAddress
 
bool fConnected
 
bool fInbound
 

Detailed Description

Definition at line 111 of file net.h.

Member Data Documentation

◆ fConnected

bool AddedNodeInfo::fConnected

Definition at line 115 of file net.h.

◆ fInbound

bool AddedNodeInfo::fInbound

Definition at line 116 of file net.h.

◆ resolvedAddress

CService AddedNodeInfo::resolvedAddress

Definition at line 114 of file net.h.

◆ strAddedNode

std::string AddedNodeInfo::strAddedNode

Definition at line 113 of file net.h.


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