Bitcoin Core 28.99.0
P2P Digital Currency
Public Attributes | List of all members
node::TxDownloadConnectionInfo Struct Reference

#include <txdownloadman.h>

Public Attributes

const bool m_preferred
 Whether this peer is preferred for transaction download. More...
 
const bool m_relay_permissions
 Whether this peer has Relay permissions. More...
 
const bool m_wtxid_relay
 Whether this peer supports wtxid relay. More...
 

Detailed Description

Definition at line 49 of file txdownloadman.h.

Member Data Documentation

◆ m_preferred

const bool node::TxDownloadConnectionInfo::m_preferred

Whether this peer is preferred for transaction download.

Definition at line 51 of file txdownloadman.h.

◆ m_relay_permissions

const bool node::TxDownloadConnectionInfo::m_relay_permissions

Whether this peer has Relay permissions.

Definition at line 53 of file txdownloadman.h.

◆ m_wtxid_relay

const bool node::TxDownloadConnectionInfo::m_wtxid_relay

Whether this peer supports wtxid relay.

Definition at line 55 of file txdownloadman.h.


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