![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <index/base.h>#include <interfaces/chain.h>#include <primitives/transaction.h>#include <uint256.h>#include <util/expected.h>#include <cstddef>#include <cstdint>#include <memory>#include <optional>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | TxoSpender |
| class | TxoSpenderIndex |
| TxoSpenderIndex is used to look up which transaction spent a given output. More... | |
Variables | |
| static constexpr bool | DEFAULT_TXOSPENDERINDEX {false} |
| std::unique_ptr< TxoSpenderIndex > | g_txospenderindex |
| The global txo spender index. May be null. More... | |
|
staticconstexpr |
Definition at line 25 of file txospenderindex.h.
|
extern |
The global txo spender index. May be null.
Definition at line 43 of file txospenderindex.cpp.