![]() |
Bitcoin Core
22.99.0
P2P Digital Currency
|
#include <chain.h>
#include <crypto/muhash.h>
#include <flatfile.h>
#include <index/base.h>
#include <node/coinstats.h>
Go to the source code of this file.
Classes | |
class | CoinStatsIndex |
CoinStatsIndex maintains statistics on the UTXO set. More... | |
Variables | |
std::unique_ptr< CoinStatsIndex > | g_coin_stats_index |
The global UTXO set hash object. More... | |
std::unique_ptr<CoinStatsIndex> g_coin_stats_index |
The global UTXO set hash object.
Definition at line 100 of file coinstatsindex.cpp.