#include <index/coinstatsindex.h>
#include <chainparams.h>
#include <coins.h>
#include <consensus/amount.h>
#include <crypto/muhash.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 char DB_BLOCK_HASH = 's' |
|
staticconstexpr |
◆ DB_BLOCK_HEIGHT
constexpr char DB_BLOCK_HEIGHT = 't' |
|
staticconstexpr |
◆ DB_MUHASH
constexpr char DB_MUHASH = 'M' |
|
staticconstexpr |
◆ g_coin_stats_index