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>
[[requires_capability(0x7ff37ba94c08), requires_capability(0x7ff375ddb598), requires_capability(0x7ff37e1a4e68), requires_capability(0x7ff375a96cd8)]]
Chainstate&
ValidatedChainstate() const;
Return Value
The fully validated chainstate.
Created with MrDocs