[#Chainstate-SnapshotBase] = xref:Chainstate.adoc[Chainstate]::SnapshotBase :relfileprefix: ../ :mrdocs: The base of the snapshot this chainstate was created from. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1ba83b08), requires_capability(0x7f2e14563758), requires_capability(0x7f2e373bc908), requires_capability(0x7f2e36e33558)]] xref:CBlockIndex.adoc[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. [.small]#Created with https://www.mrdocs.com[MrDocs]#