Bitcoin Core 28.99.0
P2P Digital Currency
Public Attributes | List of all members
TxOrphanage::OrphanTxBase Struct Reference

Allows providing orphan information externally. More...

#include <txorphanage.h>

Inheritance diagram for TxOrphanage::OrphanTxBase:
[legend]

Public Attributes

CTransactionRef tx
 
NodeId fromPeer
 
NodeSeconds nTimeExpire
 

Detailed Description

Allows providing orphan information externally.

Definition at line 76 of file txorphanage.h.

Member Data Documentation

◆ fromPeer

NodeId TxOrphanage::OrphanTxBase::fromPeer

Definition at line 78 of file txorphanage.h.

◆ nTimeExpire

NodeSeconds TxOrphanage::OrphanTxBase::nTimeExpire

Definition at line 79 of file txorphanage.h.

◆ tx

CTransactionRef TxOrphanage::OrphanTxBase::tx

Definition at line 77 of file txorphanage.h.


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