#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 <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 <ios>
#include <limits>
#include <span>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
◆ CopyHeightIndexToHashIndex()
| static bool CopyHeightIndexToHashIndex |
( |
CDBIterator & |
db_it, |
|
|
CDBBatch & |
batch, |
|
|
const std::string & |
index_name, |
|
|
int |
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