Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
PerBlockConnectTrace Struct Reference
Collaboration diagram for PerBlockConnectTrace:
[legend]

Public Member Functions

 PerBlockConnectTrace ()=default
 

Public Attributes

CBlockIndexpindex = nullptr
 
std::shared_ptr< const CBlockpblock
 

Detailed Description

Definition at line 2943 of file validation.cpp.

Constructor & Destructor Documentation

◆ PerBlockConnectTrace()

PerBlockConnectTrace::PerBlockConnectTrace ( )
default

Member Data Documentation

◆ pblock

std::shared_ptr<const CBlock> PerBlockConnectTrace::pblock

Definition at line 2945 of file validation.cpp.

◆ pindex

CBlockIndex* PerBlockConnectTrace::pindex = nullptr

Definition at line 2944 of file validation.cpp.


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