![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include "leveldbwrapper.h"
#include "main.h"
#include <map>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | CCoinsViewDB |
CCoinsView backed by the LevelDB coin database (chainstate/) More... | |
class | CBlockTreeDB |
Access to the block database (blocks/index/) More... | |
Variables | |
static const int64_t | nDefaultDbCache = 100 |
static const int64_t | nMaxDbCache = sizeof(void*) > 4 ? 4096 : 1024 |
static const int64_t | nMinDbCache = 4 |
|
static |
Definition at line 22 of file txdb.h.
Referenced by AppInit2(), HelpMessage(), and OptionsModel::Init().
|
static |
Definition at line 24 of file txdb.h.
Referenced by AppInit2(), HelpMessage(), and OptionsDialog::OptionsDialog().
|
static |
Definition at line 26 of file txdb.h.
Referenced by AppInit2(), HelpMessage(), and OptionsDialog::OptionsDialog().