Dash Core  0.12.2.1
P2P Digital Currency
privatesend-client.h File Reference
#include "masternode.h"
#include "privatesend.h"
#include "wallet/wallet.h"
#include "privatesend-util.h"

Go to the source code of this file.

Classes

class  CPrivateSendClient
 

Functions

void ThreadCheckPrivateSendClient (CConnman &connman)
 

Variables

static const int DENOMS_COUNT_MAX = 100
 
static const int DEFAULT_PRIVATESEND_ROUNDS = 2
 
static const int DEFAULT_PRIVATESEND_AMOUNT = 1000
 
static const int DEFAULT_PRIVATESEND_LIQUIDITY = 0
 
static const bool DEFAULT_PRIVATESEND_MULTISESSION = false
 
static const int PRIVATESEND_KEYS_THRESHOLD_WARNING = 100
 
static const int PRIVATESEND_KEYS_THRESHOLD_STOP = 50
 
CPrivateSendClient privateSendClient
 

Function Documentation

◆ ThreadCheckPrivateSendClient()

void ThreadCheckPrivateSendClient ( CConnman connman)

Definition at line 1416 of file privatesend-client.cpp.

Referenced by AppInit2().

Variable Documentation

◆ DEFAULT_PRIVATESEND_AMOUNT

const int DEFAULT_PRIVATESEND_AMOUNT = 1000
static

Definition at line 19 of file privatesend-client.h.

Referenced by AppInit2(), HelpMessage(), and OptionsModel::Init().

◆ DEFAULT_PRIVATESEND_LIQUIDITY

const int DEFAULT_PRIVATESEND_LIQUIDITY = 0
static

Definition at line 20 of file privatesend-client.h.

Referenced by AppInit2(), HelpMessage(), and InitParameterInteraction().

◆ DEFAULT_PRIVATESEND_MULTISESSION

const bool DEFAULT_PRIVATESEND_MULTISESSION = false
static

Definition at line 21 of file privatesend-client.h.

Referenced by AppInit2(), HelpMessage(), and OptionsModel::Init().

◆ DEFAULT_PRIVATESEND_ROUNDS

const int DEFAULT_PRIVATESEND_ROUNDS = 2
static

Definition at line 18 of file privatesend-client.h.

Referenced by AppInit2(), HelpMessage(), and OptionsModel::Init().

◆ DENOMS_COUNT_MAX

const int DENOMS_COUNT_MAX = 100
static

Definition at line 16 of file privatesend-client.h.

Referenced by CPrivateSendClient::CreateDenominated().

◆ PRIVATESEND_KEYS_THRESHOLD_STOP

const int PRIVATESEND_KEYS_THRESHOLD_STOP = 50
static

Definition at line 27 of file privatesend-client.h.

Referenced by CPrivateSendClient::CheckAutomaticBackup().

◆ PRIVATESEND_KEYS_THRESHOLD_WARNING

const int PRIVATESEND_KEYS_THRESHOLD_WARNING = 100
static

◆ privateSendClient