Bitcoin
|
#include <index/txindex.h>
#include <shutdown.h>
#include <ui_interface.h>
#include <util/system.h>
#include <validation.h>
#include <boost/thread.hpp>
Classes | |
struct | CDiskTxPos |
class | TxIndex::DB |
Functions | |
static void | WriteTxIndexMigrationBatches (CDBWrapper &newdb, CDBWrapper &olddb, CDBBatch &batch_newdb, CDBBatch &batch_olddb, const std::pair< unsigned char, uint256 > &begin_key, const std::pair< unsigned char, uint256 > &end_key) |
Variables | |
constexpr char | DB_BEST_BLOCK = 'B' |
constexpr char | DB_TXINDEX = 't' |
constexpr char | DB_TXINDEX_BLOCK = 'T' |
std::unique_ptr< TxIndex > | g_txindex |
The global transaction index, used in GetTransaction. May be null. More... | |
|
static |
constexpr char DB_BEST_BLOCK = 'B' |
constexpr char DB_TXINDEX = 't' |
constexpr char DB_TXINDEX_BLOCK = 'T' |
std::unique_ptr<TxIndex> g_txindex |
The global transaction index, used in GetTransaction. May be null.