Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
AddedNodeInfo Struct Reference

#include <net.h>

Collaboration diagram for AddedNodeInfo:
[legend]

Public Attributes

AddedNodeParams m_params
 
CService resolvedAddress
 
bool fConnected
 
bool fInbound
 

Detailed Description

Definition at line 104 of file net.h.

Member Data Documentation

◆ fConnected

bool AddedNodeInfo::fConnected

Definition at line 107 of file net.h.

◆ fInbound

bool AddedNodeInfo::fInbound

Definition at line 108 of file net.h.

◆ m_params

AddedNodeParams AddedNodeInfo::m_params

Definition at line 105 of file net.h.

◆ resolvedAddress

CService AddedNodeInfo::resolvedAddress

Definition at line 106 of file net.h.


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