![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <index/coinstatsindex.h>#include <arith_uint256.h>#include <chain.h>#include <chainparams.h>#include <coins.h>#include <common/args.h>#include <consensus/amount.h>#include <crypto/muhash.h>#include <dbwrapper.h>#include <index/base.h>#include <index/db_key.h>#include <interfaces/chain.h>#include <interfaces/types.h>#include <kernel/coinstats.h>#include <logging.h>#include <primitives/block.h>#include <primitives/transaction.h>#include <script/script.h>#include <serialize.h>#include <uint256.h>#include <undo.h>#include <util/check.h>#include <util/fs.h>#include <validation.h>#include <compare>#include <limits>#include <span>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Variables | |
| static constexpr uint8_t | DB_MUHASH {'M'} |
| std::unique_ptr< CoinStatsIndex > | g_coin_stats_index |
| The global UTXO set hash object. More... | |
|
staticconstexpr |
Definition at line 43 of file coinstatsindex.cpp.
| std::unique_ptr<CoinStatsIndex> g_coin_stats_index |
The global UTXO set hash object.
Definition at line 88 of file coinstatsindex.cpp.