![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <index/txindex.h>#include <common/args.h>#include <dbwrapper.h>#include <flatfile.h>#include <index/base.h>#include <index/disktxpos.h>#include <interfaces/chain.h>#include <logging.h>#include <node/blockstorage.h>#include <primitives/block.h>#include <primitives/transaction.h>#include <serialize.h>#include <streams.h>#include <uint256.h>#include <util/fs.h>#include <validation.h>#include <cassert>#include <cstdint>#include <cstdio>#include <exception>#include <iterator>#include <span>#include <string>#include <utility>#include <vector>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< TxIndex > | g_txindex |
| The global transaction index, used in GetTransaction. May be null. More... | |
|
constexpr |
Definition at line 33 of file txindex.cpp.
| std::unique_ptr<TxIndex> g_txindex |
The global transaction index, used in GetTransaction. May be null.
Definition at line 35 of file txindex.cpp.