![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <index/base.h>#include <primitives/transaction.h>#include <uint256.h>#include <cstddef>#include <memory>#include <optional>Go to the source code of this file.
Classes | |
| struct | TxIndexResult |
| A found transaction and the hash of the block that contains it. More... | |
| class | TxIndex |
| TxIndex is used to look up transactions included in the blockchain by hash. More... | |
Namespaces | |
| namespace | interfaces |
| namespace | txindex_tests |
Variables | |
| constexpr bool | DEFAULT_TXINDEX {false} |
| std::unique_ptr< TxIndex > | g_txindex |
| The global transaction index, used in GetTransaction. May be null. More... | |
|
extern |
The global transaction index, used in GetTransaction. May be null.
Definition at line 41 of file txindex.cpp.