[#Chainstate-FindMostWorkChain] = xref:Chainstate.adoc[Chainstate]::FindMostWorkChain :relfileprefix: ../ :mrdocs: Find the candidate block index entry with the most work. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f9513ab5b88), requires_capability(0x7f9502c98bf8), requires_capability(0x7f952544a928), requires_capability(0x7f9517400c08)]] xref:CBlockIndex.adoc[CBlockIndex]* FindMostWorkChain(); ---- == Return Value The most‐work candidate block index entry, or nullptr if none qualifies. [.small]#Created with https://www.mrdocs.com[MrDocs]#