![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
#include <index/disktxpos.h>#include <index/txindex.h>#include <node/blockstorage.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< uint8_t, uint256 > &begin_key, const std::pair< uint8_t, uint256 > &end_key) |
Variables | |
| constexpr uint8_t | DB_BEST_BLOCK {'B'} |
| constexpr uint8_t | DB_TXINDEX {'t'} |
| constexpr uint8_t | 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 uint8_t DB_BEST_BLOCK {'B'} |
Definition at line 14 of file txindex.cpp.
| constexpr uint8_t DB_TXINDEX {'t'} |
Definition at line 15 of file txindex.cpp.
| constexpr uint8_t DB_TXINDEX_BLOCK {'T'} |
Definition at line 16 of file txindex.cpp.
| std::unique_ptr<TxIndex> g_txindex |
The global transaction index, used in GetTransaction. May be null.
Definition at line 18 of file txindex.cpp.
1.8.14