The blockhash which is the base of the snapshot this chainstate was created from.
Synopsis
Declared in <validation.h>
std::optional<uint256> const m_from_snapshot_blockhash;
Description
std::nullopt if this chainstate was not created from a snapshot.
Created with MrDocs