#include <index/coinstatsindex.h>
#include <chainparams.h>
#include <coins.h>
#include <common/args.h>
#include <consensus/amount.h>
#include <crypto/muhash.h>
#include <logging.h>
#include <node/blockstorage.h>
#include <primitives/blockhash.h>
#include <serialize.h>
#include <txdb.h>
#include <undo.h>
#include <util/check.h>
#include <validation.h>
Go to the source code of this file.
◆ CopyHeightIndexToHashIndex()
static bool CopyHeightIndexToHashIndex |
( |
CDBIterator & |
db_it, |
|
|
CDBBatch & |
batch, |
|
|
const std::string & |
index_name, |
|
|
int |
start_height, |
|
|
int |
stop_height |
|
) |
| |
|
static |
◆ LookUpOne()
◆ DB_BLOCK_HASH
constexpr uint8_t DB_BLOCK_HASH {'s'} |
|
staticconstexpr |
◆ DB_BLOCK_HEIGHT
constexpr uint8_t DB_BLOCK_HEIGHT {'t'} |
|
staticconstexpr |
◆ DB_MUHASH
constexpr uint8_t DB_MUHASH {'M'} |
|
staticconstexpr |
◆ g_coin_stats_index