Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
HeadersSyncState::ProcessingResult Struct Reference

Result data structure for ProcessNextHeaders. More...

#include <headerssync.h>

Public Attributes

std::vector< CBlockHeaderpow_validated_headers
bool success {false}
bool request_more {false}

Detailed Description

Result data structure for ProcessNextHeaders.

Definition at line 144 of file headerssync.h.

Member Data Documentation

◆ pow_validated_headers

std::vector<CBlockHeader> HeadersSyncState::ProcessingResult::pow_validated_headers

Definition at line 145 of file headerssync.h.

◆ request_more

bool HeadersSyncState::ProcessingResult::request_more {false}

Definition at line 147 of file headerssync.h.

◆ success

bool HeadersSyncState::ProcessingResult::success {false}

Definition at line 146 of file headerssync.h.


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