Result data structure for ProcessNextHeaders.
Declared in <headerssync.h>
struct ProcessingResult;
| Name | Description |
|---|---|
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. |