HeadersSyncState::ProcessingResult

Result data structure for ProcessNextHeaders.

Synopsis

Declared in <headerssync.h>

struct ProcessingResult;

Data Members

NameDescription
pow_validated_headers Headers that are now on a sufficient-work chain and can be validated.
request_more True if the caller should request more headers from the peer.
success False if an error was detected and the sync was aborted; true otherwise.