Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

COrphanTx Struct Reference

Public Attributes

CTransactionRef tx
 
NodeId fromPeer
 
int64_t nTimeExpire
 
size_t nTxSize
 

Detailed Description

Definition at line 91 of file net_processing.cpp.

Member Data Documentation

◆ fromPeer

NodeId COrphanTx::fromPeer

Definition at line 94 of file net_processing.cpp.

◆ nTimeExpire

int64_t COrphanTx::nTimeExpire

Definition at line 95 of file net_processing.cpp.

◆ nTxSize

size_t COrphanTx::nTxSize

Definition at line 96 of file net_processing.cpp.

◆ tx

CTransactionRef COrphanTx::tx

Definition at line 93 of file net_processing.cpp.


The documentation for this struct was generated from the following file:
Released under the MIT license