Bitcoin Core 28.99.0
P2P Digital Currency
|
Allows providing orphan information externally. More...
#include <txorphanage.h>
Public Attributes | |
CTransactionRef | tx |
std::set< NodeId > | announcers |
Peers added with AddTx or AddAnnouncer. More... | |
NodeSeconds | nTimeExpire |
Allows providing orphan information externally.
Definition at line 81 of file txorphanage.h.
std::set<NodeId> TxOrphanage::OrphanTxBase::announcers |
Peers added with AddTx or AddAnnouncer.
Definition at line 84 of file txorphanage.h.
NodeSeconds TxOrphanage::OrphanTxBase::nTimeExpire |
Definition at line 85 of file txorphanage.h.
CTransactionRef TxOrphanage::OrphanTxBase::tx |
Definition at line 82 of file txorphanage.h.