Bitcoin Core  21.99.0
P2P Digital Currency
Public Attributes | List of all members
COrphanTx Struct Reference

Public Attributes

CTransactionRef tx
 
NodeId fromPeer
 
int64_t nTimeExpire
 
size_t list_pos
 

Detailed Description

Definition at line 151 of file net_processing.cpp.

Member Data Documentation

◆ fromPeer

NodeId COrphanTx::fromPeer

Definition at line 154 of file net_processing.cpp.

◆ list_pos

size_t COrphanTx::list_pos

Definition at line 156 of file net_processing.cpp.

◆ nTimeExpire

int64_t COrphanTx::nTimeExpire

Definition at line 155 of file net_processing.cpp.

◆ tx

CTransactionRef COrphanTx::tx

Definition at line 153 of file net_processing.cpp.


The documentation for this struct was generated from the following file: