![]() |
Bitcoin Core
31.0.0
P2P Digital Currency
|
#include <arith_uint256.h>#include <consensus/amount.h>#include <crypto/muhash.h>#include <index/base.h>#include <interfaces/chain.h>#include <uint256.h>#include <cstddef>#include <cstdint>#include <memory>#include <optional>Go to the source code of this file.
Classes | |
| class | CoinStatsIndex |
| CoinStatsIndex maintains statistics on the UTXO set. More... | |
Namespaces | |
| kernel | |
Variables | |
| static constexpr bool | DEFAULT_COINSTATSINDEX {false} |
| std::unique_ptr< CoinStatsIndex > | g_coin_stats_index |
| The global UTXO set hash object. More... | |
|
static |
Definition at line 25 of file coinstatsindex.h.
| std::unique_ptr<CoinStatsIndex> g_coin_stats_index |
The global UTXO set hash object.
Definition at line 86 of file coinstatsindex.cpp.
1.8.14