Bitcoin Core 28.99.0
P2P Digital Currency
Classes | Variables
txdb.h File Reference
#include <coins.h>
#include <dbwrapper.h>
#include <kernel/cs_main.h>
#include <sync.h>
#include <util/fs.h>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <optional>
#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...
 

Variables

static const int64_t nDefaultDbBatchSize = 16 << 20
 -dbbatchsize default (bytes) More...
 

Variable Documentation

◆ nDefaultDbBatchSize

const int64_t nDefaultDbBatchSize = 16 << 20
static

-dbbatchsize default (bytes)

Definition at line 25 of file txdb.h.