Bitcoin ABC  0.28.12
P2P Digital Currency
Public Attributes | List of all members
AddedNodeInfo Struct Reference

#include <net.h>

Collaboration diagram for AddedNodeInfo:
[legend]

Public Attributes

std::string strAddedNode
 
CService resolvedAddress
 
bool fConnected
 
bool fInbound
 

Detailed Description

Definition at line 109 of file net.h.

Member Data Documentation

◆ fConnected

bool AddedNodeInfo::fConnected

Definition at line 112 of file net.h.

◆ fInbound

bool AddedNodeInfo::fInbound

Definition at line 113 of file net.h.

◆ resolvedAddress

CService AddedNodeInfo::resolvedAddress

Definition at line 111 of file net.h.

◆ strAddedNode

std::string AddedNodeInfo::strAddedNode

Definition at line 110 of file net.h.


The documentation for this struct was generated from the following file: