Bitcoin Core 28.99.0
P2P Digital Currency
|
#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... | |
Definition at line 49 of file txdownloadman.h.
const bool node::TxDownloadConnectionInfo::m_preferred |
Whether this peer is preferred for transaction download.
Definition at line 51 of file txdownloadman.h.
const bool node::TxDownloadConnectionInfo::m_relay_permissions |
Whether this peer has Relay permissions.
Definition at line 53 of file txdownloadman.h.
const bool node::TxDownloadConnectionInfo::m_wtxid_relay |
Whether this peer supports wtxid relay.
Definition at line 55 of file txdownloadman.h.