The base of the snapshot this chainstate was created from.

Synopsis

Declared in <validation.h>

[[requires_capability(0x7f9513ab3e98), requires_capability(0x7f9502c96f08), requires_capability(0x7f9525448c38), requires_capability(0x7f95173fef18)]]
CBlockIndex const*
SnapshotBase() const;

Description

nullptr if this chainstate was not created from a snapshot.

Return Value

The block index of the snapshot base, or nullptr if not created from a snapshot.

Created with MrDocs