Bitcoin ABC  0.28.12
P2P Digital Currency
Public Attributes | List of all members
TxOrphanage::OrphanTx Struct Reference

#include <txorphanage.h>

Public Attributes

CTransactionRef tx
 
NodeId fromPeer
 
int64_t nTimeExpire
 
size_t list_pos
 

Detailed Description

Definition at line 69 of file txorphanage.h.

Member Data Documentation

◆ fromPeer

NodeId TxOrphanage::OrphanTx::fromPeer

Definition at line 71 of file txorphanage.h.

◆ list_pos

size_t TxOrphanage::OrphanTx::list_pos

Definition at line 73 of file txorphanage.h.

◆ nTimeExpire

int64_t TxOrphanage::OrphanTx::nTimeExpire

Definition at line 72 of file txorphanage.h.

◆ tx

CTransactionRef TxOrphanage::OrphanTx::tx

Definition at line 70 of file txorphanage.h.


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