[#HeadersSyncState-ProcessingResult] = xref:HeadersSyncState.adoc[HeadersSyncState]::ProcessingResult :relfileprefix: ../ :mrdocs: Result data structure for ProcessNextHeaders. == Synopsis Declared in `<headerssync.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ProcessingResult; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:HeadersSyncState/ProcessingResult/pow_validated_headers.adoc[`pow_validated_headers`] | Headers that are now on a sufficient‐work chain and can be validated. | xref:HeadersSyncState/ProcessingResult/request_more.adoc[`request_more`] | True if the caller should request more headers from the peer. | xref:HeadersSyncState/ProcessingResult/success.adoc[`success`] | False if an error was detected and the sync was aborted; true otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#