Bitcoin ABC 0.30.3
P2P Digital Currency
|
Result data structure for ProcessNextHeaders. More...
#include <headerssync.h>
Public Attributes | |
std::vector< CBlockHeader > | pow_validated_headers |
bool | success {false} |
bool | request_more {false} |
Result data structure for ProcessNextHeaders.
Definition at line 154 of file headerssync.h.
std::vector<CBlockHeader> HeadersSyncState::ProcessingResult::pow_validated_headers |
Definition at line 155 of file headerssync.h.
bool HeadersSyncState::ProcessingResult::request_more {false} |
Definition at line 157 of file headerssync.h.
bool HeadersSyncState::ProcessingResult::success {false} |
Definition at line 156 of file headerssync.h.