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(0x7f2e1bc17118), requires_capability(0x7f2e146b5468), requires_capability(0x7f2e298fa838), requires_capability(0x7f2e360b7f98)]]
Chainstate&
ValidatedChainstate() const;
Return Value
The fully validated chainstate.
Created with MrDocs