Bitcoin Core 28.99.0
P2P Digital Currency
|
#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>
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... | |