![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
#include <txorphanage.h>
Public Attributes | |
| CTransactionRef | tx |
| NodeId | fromPeer |
| NodeSeconds | nTimeExpire |
| size_t | list_pos |
Definition at line 76 of file txorphanage.h.
| NodeId TxOrphanage::OrphanTx::fromPeer |
Definition at line 78 of file txorphanage.h.
| size_t TxOrphanage::OrphanTx::list_pos |
Definition at line 80 of file txorphanage.h.
| NodeSeconds TxOrphanage::OrphanTx::nTimeExpire |
Definition at line 79 of file txorphanage.h.
| CTransactionRef TxOrphanage::OrphanTx::tx |
Definition at line 77 of file txorphanage.h.
1.8.14