Holds configuration for use during UTXO snapshot load and validation. The contents here are security critical, since they dictate which UTXO snapshots are recognized as valid.
Synopsis
Declared in <kernel/chainparams.h>
struct AssumeutxoData;
Data Members
Name |
Description |
The hash of the base block for this snapshot. Used to refer to assumeutxo data prior to having a loaded blockindex. |
|
The expected hash of the deserialized UTXO set. |
|
Block height at which this snapshot is taken. |
|
Used to populate the m_chain_tx_count value, which is used during BlockManager::LoadBlockIndex(). |
Created with MrDocs