![]() |
Bitcoin Core
29.1.0
P2P Digital Currency
|
Allows providing orphan information externally. More...
#include <txorphanage.h>
Public Member Functions | |
| unsigned int | GetUsage () const |
| Get the weight of this transaction, an approximation of its memory usage. More... | |
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 82 of file txorphanage.h.
|
inline |
Get the weight of this transaction, an approximation of its memory usage.
Definition at line 89 of file txorphanage.h.
| std::set<NodeId> TxOrphanage::OrphanTxBase::announcers |
Peers added with AddTx or AddAnnouncer.
Definition at line 85 of file txorphanage.h.
| NodeSeconds TxOrphanage::OrphanTxBase::nTimeExpire |
Definition at line 86 of file txorphanage.h.
| CTransactionRef TxOrphanage::OrphanTxBase::tx |
Definition at line 83 of file txorphanage.h.
1.8.14