BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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 90 of file net.h.

Member Data Documentation

◆ fConnected

bool AddedNodeInfo::fConnected

Definition at line 94 of file net.h.

◆ fInbound

bool AddedNodeInfo::fInbound

Definition at line 95 of file net.h.

◆ resolvedAddress

CService AddedNodeInfo::resolvedAddress

Definition at line 93 of file net.h.

◆ strAddedNode

std::string AddedNodeInfo::strAddedNode

Definition at line 92 of file net.h.


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