![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <blockfileinfo.h>#include <coins.h>#include <dbwrapper.h>#include <flatfile.h>#include <kernel/caches.h>#include <kernel/cs_main.h>#include <util/fs.h>#include <util/result.h>#include <cstddef>#include <cstdint>#include <functional>#include <memory>#include <optional>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | CoinsViewOptions |
| User-controlled performance and debug options. More... | |
| class | CCoinsViewDB |
| CCoinsView backed by the coin database (chainstate/) More... | |
| class | CCoinsViewDBCursor |
| Specialization of CCoinsViewCursor to iterate over a CCoinsViewDB. More... | |
| class | CBlockTreeDB |
| Access to the block database (blocks/index/) More... | |
Namespaces | |
| namespace | Consensus |
| namespace | util |
Functions | |
| util::Result< void > | CheckLegacyTxindex (CBlockTreeDB &block_tree_db) |
| util::Result< void > CheckLegacyTxindex | ( | CBlockTreeDB & | block_tree_db | ) |