![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
#include <txorphanage.h>
Public Attributes | |
CTransactionRef | tx |
NodeId | fromPeer |
int64_t | nTimeExpire |
size_t | list_pos |
Definition at line 51 of file txorphanage.h.
NodeId TxOrphanage::OrphanTx::fromPeer |
Definition at line 53 of file txorphanage.h.
size_t TxOrphanage::OrphanTx::list_pos |
Definition at line 55 of file txorphanage.h.
int64_t TxOrphanage::OrphanTx::nTimeExpire |
Definition at line 54 of file txorphanage.h.
CTransactionRef TxOrphanage::OrphanTx::tx |
Definition at line 52 of file txorphanage.h.