Bitcoin Core 28.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
node::TxDownloadManagerImpl::PeerInfo Struct Reference

#include <txdownloadman_impl.h>

Collaboration diagram for node::TxDownloadManagerImpl::PeerInfo:
[legend]

Public Member Functions

 PeerInfo (const TxDownloadConnectionInfo &info)
 

Public Attributes

const TxDownloadConnectionInfo m_connection_info
 Information relevant to scheduling tx requests. More...
 

Detailed Description

Definition at line 133 of file txdownloadman_impl.h.

Constructor & Destructor Documentation

◆ PeerInfo()

node::TxDownloadManagerImpl::PeerInfo::PeerInfo ( const TxDownloadConnectionInfo info)
inline

Definition at line 137 of file txdownloadman_impl.h.

Member Data Documentation

◆ m_connection_info

const TxDownloadConnectionInfo node::TxDownloadManagerImpl::PeerInfo::m_connection_info

Information relevant to scheduling tx requests.

Definition at line 135 of file txdownloadman_impl.h.


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