![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
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< NodeId > | announcers |
Peers added with AddTx or AddAnnouncer. More... | |
Allows providing orphan information externally.
Definition at line 44 of file txorphanage.h.
|
inline |
Definition at line 50 of file txorphanage.h.
std::set<NodeId> node::TxOrphanage::OrphanInfo::announcers |
Peers added with AddTx or AddAnnouncer.
Definition at line 47 of file txorphanage.h.
CTransactionRef node::TxOrphanage::OrphanInfo::tx |
Definition at line 45 of file txorphanage.h.