AssumeutxoData

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

NameDescription
blockhash The hash of the base block for this snapshot. Used to refer to assumeutxo data prior to having a loaded blockindex.
hash_serialized The expected hash of the deserialized UTXO set.
height Block height at which this snapshot is taken.
m_chain_tx_count Used to populate the m_chain_tx_count value, which is used during BlockManager::LoadBlockIndex().