[#ChainstateManager-ValidatedChainstate] = xref:ChainstateManager.adoc[ChainstateManager]::ValidatedChainstate :relfileprefix: ../ :mrdocs: Return fully validated chainstate that should be used for indexing, to support indexes that need to index blocks in order and can't start from the snapshot block. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f9513c47478), requires_capability(0x7f9502de8c18), requires_capability(0x7f950b21b3e8), requires_capability(0x7f9514bf53d8)]] xref:Chainstate.adoc[Chainstate]& ValidatedChainstate() const; ---- == Return Value The fully validated chainstate. [.small]#Created with https://www.mrdocs.com[MrDocs]#