The base of the snapshot this chainstate was created from.
Synopsis
Declared in <validation.h>
[[requires_capability(0x7ff37b901758), requires_capability(0x7ff375c48368), requires_capability(0x7ff37e0531d8), requires_capability(0x7ff375934138)]]
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