![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
#include <index/disktxpos.h>
#include <index/txindex.h>
#include <node/ui_interface.h>
#include <shutdown.h>
#include <util/system.h>
#include <util/translation.h>
#include <validation.h>
Go to the source code of this file.
Classes | |
class | TxIndex::DB |
Access to the txindex database (indexes/txindex/) More... | |
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 |
Definition at line 61 of file txindex.cpp.
|
constexpr |
Definition at line 13 of file txindex.cpp.
|
constexpr |
Definition at line 14 of file txindex.cpp.
|
constexpr |
Definition at line 15 of file txindex.cpp.
std::unique_ptr<TxIndex> g_txindex |
The global transaction index, used in GetTransaction. May be null.
Definition at line 17 of file txindex.cpp.