Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

intro.cpp File Reference
#include <fs.h>
#include <qt/intro.h>
#include <qt/forms/ui_intro.h>
#include <qt/guiutil.h>
#include <util.h>
#include <QFileDialog>
#include <QSettings>
#include <QMessageBox>
#include <cmath>
#include <qt/intro.moc>
+ Include dependency graph for intro.cpp:

Go to the source code of this file.

Classes

class  FreespaceChecker
 

Variables

static const uint64_t GB_BYTES = 1000000000LL
 
static const uint64_t BLOCK_CHAIN_SIZE = 30
 
static const uint64_t CHAIN_STATE_SIZE = 1
 
static uint64_t requiredSpace
 

Variable Documentation

◆ BLOCK_CHAIN_SIZE

const uint64_t BLOCK_CHAIN_SIZE = 30
static

Definition at line 26 of file intro.cpp.

Referenced by Intro::Intro().

◆ CHAIN_STATE_SIZE

const uint64_t CHAIN_STATE_SIZE = 1
static

Definition at line 28 of file intro.cpp.

Referenced by Intro::Intro().

◆ GB_BYTES

const uint64_t GB_BYTES = 1000000000LL
static

Definition at line 24 of file intro.cpp.

Referenced by Intro::Intro(), and Intro::setStatus().

◆ requiredSpace

uint64_t requiredSpace
static

Definition at line 30 of file intro.cpp.

Referenced by Intro::Intro(), and Intro::setStatus().

Released under the MIT license