![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
Metadata describing a serialized version of a UTXO set from which an assumeutxo Chainstate can be constructed. More...
#include <utxo_snapshot.h>
Public Member Functions | |
SnapshotMetadata () | |
SnapshotMetadata (const uint256 &base_blockhash, uint64_t coins_count, unsigned int nchaintx) | |
SERIALIZE_METHODS (SnapshotMetadata, obj) | |
Public Attributes | |
uint256 | m_base_blockhash |
The hash of the block that reflects the tip of the chain for the UTXO set contained in this snapshot. More... | |
uint64_t | m_coins_count = 0 |
The number of coins in the UTXO set contained in this snapshot. More... | |
Metadata describing a serialized version of a UTXO set from which an assumeutxo Chainstate can be constructed.
Definition at line 24 of file utxo_snapshot.h.
|
inline |
Definition at line 35 of file utxo_snapshot.h.
|
inline |
Definition at line 36 of file utxo_snapshot.h.
|
inline |
Definition at line 43 of file utxo_snapshot.h.
uint256 node::SnapshotMetadata::m_base_blockhash |
The hash of the block that reflects the tip of the chain for the UTXO set contained in this snapshot.
Definition at line 29 of file utxo_snapshot.h.
uint64_t node::SnapshotMetadata::m_coins_count = 0 |
The number of coins in the UTXO set contained in this snapshot.
Used during snapshot load to estimate progress of UTXO set reconstruction.
Definition at line 33 of file utxo_snapshot.h.