Bitcoin
Public Attributes | List of all members
anonymous_namespace{net_processing.cpp}::QueuedBlock Struct Reference

Public Attributes

uint256 hash
 
const CBlockIndexpindex
 Optional. More...
 
bool fValidatedHeaders
 Whether this block has validated headers at the time of request. More...
 
std::unique_ptr< PartiallyDownloadedBlockpartialBlock
 Optional, used for CMPCTBLOCK downloads. More...
 

Detailed Description

Blocks that are in flight, and that are in the queue to be downloaded.

Member Data Documentation

◆ fValidatedHeaders

bool anonymous_namespace{net_processing.cpp}::QueuedBlock::fValidatedHeaders

Whether this block has validated headers at the time of request.

◆ hash

uint256 anonymous_namespace{net_processing.cpp}::QueuedBlock::hash

◆ partialBlock

std::unique_ptr<PartiallyDownloadedBlock> anonymous_namespace{net_processing.cpp}::QueuedBlock::partialBlock

Optional, used for CMPCTBLOCK downloads.

◆ pindex

const CBlockIndex* anonymous_namespace{net_processing.cpp}::QueuedBlock::pindex

Optional.


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