Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <index/txindex.h>
#include <chain.h>
#include <common/args.h>
#include <index/disktxpos.h>
#include <logging.h>
#include <node/blockstorage.h>
#include <validation.h>
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 14 of file txindex.cpp.
std::unique_ptr<TxIndex> g_txindex |
The global transaction index, used in GetTransaction. May be null.
Definition at line 16 of file txindex.cpp.