Bitcoin Core 29.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
node::TxOrphanage::OrphanInfo Struct Reference

Allows providing orphan information externally. More...

#include <txorphanage.h>

Public Member Functions

 OrphanInfo (CTransactionRef tx, std::set< NodeId > &&announcers)
 

Public Attributes

CTransactionRef tx
 
std::set< NodeIdannouncers
 Peers added with AddTx or AddAnnouncer. More...
 

Detailed Description

Allows providing orphan information externally.

Definition at line 44 of file txorphanage.h.

Constructor & Destructor Documentation

◆ OrphanInfo()

node::TxOrphanage::OrphanInfo::OrphanInfo ( CTransactionRef  tx,
std::set< NodeId > &&  announcers 
)
inline

Definition at line 50 of file txorphanage.h.

Member Data Documentation

◆ announcers

std::set<NodeId> node::TxOrphanage::OrphanInfo::announcers

Peers added with AddTx or AddAnnouncer.

Definition at line 47 of file txorphanage.h.

◆ tx

CTransactionRef node::TxOrphanage::OrphanInfo::tx

Definition at line 45 of file txorphanage.h.


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