![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#include <txorphanage.h>
Public Attributes | |
| CTransactionRef | tx |
| NodeId | fromPeer |
| int64_t | nTimeExpire |
| size_t | list_pos |
Definition at line 65 of file txorphanage.h.
| NodeId TxOrphanage::OrphanTx::fromPeer |
Definition at line 67 of file txorphanage.h.
| size_t TxOrphanage::OrphanTx::list_pos |
Definition at line 69 of file txorphanage.h.
| int64_t TxOrphanage::OrphanTx::nTimeExpire |
Definition at line 68 of file txorphanage.h.
| CTransactionRef TxOrphanage::OrphanTx::tx |
Definition at line 66 of file txorphanage.h.
1.8.14