Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Variables
coinstatsindex.h File Reference
#include <chain.h>
#include <crypto/muhash.h>
#include <flatfile.h>
#include <index/base.h>
#include <node/coinstats.h>
Include dependency graph for coinstatsindex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CoinStatsIndex
 CoinStatsIndex maintains statistics on the UTXO set. More...
 

Variables

static constexpr bool DEFAULT_COINSTATSINDEX {false}
 
std::unique_ptr< CoinStatsIndexg_coin_stats_index
 The global UTXO set hash object. More...
 

Variable Documentation

◆ DEFAULT_COINSTATSINDEX

constexpr bool DEFAULT_COINSTATSINDEX {false}
staticconstexpr

Definition at line 16 of file coinstatsindex.h.

◆ g_coin_stats_index

std::unique_ptr<CoinStatsIndex> g_coin_stats_index
extern

The global UTXO set hash object.

Definition at line 102 of file coinstatsindex.cpp.