Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Variables
txindex.cpp File Reference
#include <index/txindex.h>
#include <clientversion.h>
#include <common/args.h>
#include <index/disktxpos.h>
#include <logging.h>
#include <node/blockstorage.h>
#include <validation.h>
Include dependency graph for txindex.cpp:

Go to the source code of this file.

Classes

class  TxIndex::DB
 Access to the txindex database (indexes/txindex/) More...
 

Variables

constexpr uint8_t DB_TXINDEX {'t'}
 
std::unique_ptr< TxIndexg_txindex
 The global transaction index, used in GetTransaction. May be null. More...
 

Variable Documentation

◆ DB_TXINDEX

constexpr uint8_t DB_TXINDEX {'t'}
constexpr

Definition at line 14 of file txindex.cpp.

◆ g_txindex

std::unique_ptr<TxIndex> g_txindex

The global transaction index, used in GetTransaction. May be null.

Definition at line 16 of file txindex.cpp.