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(0x7fbc8fcf8c58), requires_capability(0x7fbc96d91418), requires_capability(0x7fbcaf726e88), requires_capability(0x7fbc9e23e568)]]
Chainstate&
ValidatedChainstate() const;

Return Value

The fully validated chainstate.

Created with MrDocs