![]() |
Bitcoin ABC 0.30.12
P2P Digital Currency
|
Holds configuration for use during UTXO snapshot load and validation. More...
#include <chainparams.h>
Public Attributes | |
int | height |
AssumeutxoHash | hash_serialized |
The expected hash of the deserialized UTXO set. More... | |
unsigned int | nChainTx |
Used to populate the nChainTx value, which is used during BlockManager::LoadBlockIndex(). More... | |
BlockHash | blockhash |
The hash of the base block for this snapshot. More... | |
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.
Definition at line 47 of file chainparams.h.
BlockHash AssumeutxoData::blockhash |
The hash of the base block for this snapshot.
Used to refer to assumeutxo data prior to having a loaded blockindex.
Definition at line 63 of file chainparams.h.
AssumeutxoHash AssumeutxoData::hash_serialized |
The expected hash of the deserialized UTXO set.
Definition at line 51 of file chainparams.h.
int AssumeutxoData::height |
Definition at line 48 of file chainparams.h.
unsigned int AssumeutxoData::nChainTx |
Used to populate the nChainTx value, which is used during BlockManager::LoadBlockIndex().
We need to hardcode the value here because this is computed cumulatively using block data, which we do not necessarily have at the time of snapshot load.
Definition at line 59 of file chainparams.h.