[#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(0x7f2e1ba857f8), requires_capability(0x7f2e14565448), requires_capability(0x7f2e373be5f8), requires_capability(0x7f2e36e35248)]] 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]#