Bitcoin ABC 0.32.4
P2P Digital Currency
Classes | Namespaces | Functions
txdb.h File Reference
#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>
Include dependency graph for txdb.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ CheckLegacyTxindex()

util::Result< void > CheckLegacyTxindex ( CBlockTreeDB block_tree_db)

Definition at line 36 of file txdb.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: