![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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 |
void ThreadCheckPrivateSendClient | ( | CConnman & | connman | ) |
Definition at line 1416 of file privatesend-client.cpp.
Referenced by AppInit2().
|
static |
Definition at line 19 of file privatesend-client.h.
Referenced by AppInit2(), HelpMessage(), and OptionsModel::Init().
|
static |
Definition at line 20 of file privatesend-client.h.
Referenced by AppInit2(), HelpMessage(), and InitParameterInteraction().
|
static |
Definition at line 21 of file privatesend-client.h.
Referenced by AppInit2(), HelpMessage(), and OptionsModel::Init().
|
static |
Definition at line 18 of file privatesend-client.h.
Referenced by AppInit2(), HelpMessage(), and OptionsModel::Init().
|
static |
Definition at line 16 of file privatesend-client.h.
Referenced by CPrivateSendClient::CreateDenominated().
|
static |
Definition at line 27 of file privatesend-client.h.
Referenced by CPrivateSendClient::CheckAutomaticBackup().
|
static |
Definition at line 25 of file privatesend-client.h.
Referenced by CPrivateSendClient::CheckAutomaticBackup(), getpoolinfo(), and OverviewPage::privateSendStatus().
CPrivateSendClient privateSendClient |
Definition at line 19 of file privatesend-client.cpp.
Referenced by AppInit2(), DarksendConfig::configure(), CWallet::CreateTransaction(), OverviewPage::DisablePrivateSendCompletely(), CWalletTx::GetAnonymizedCredit(), CWallet::GetNeedsToBeAnonymizedBalance(), CWallet::GetNormalizedAnonymizedBalance(), CWallet::GetOutpointPrivateSendRounds(), getpoolinfo(), OptionsModel::Init(), CWallet::NewKeyPool(), OptionsDialog::on_okButton_clicked(), OverviewPage::OverviewPage(), WalletModel::pollBalanceChanged(), privatesend(), OverviewPage::privateSendAuto(), OverviewPage::privateSendReset(), OverviewPage::privateSendStatus(), ProcessMessage(), CWallet::SelectCoins(), CWallet::SelectCoinsGrouppedByAddresses(), OptionsModel::setData(), ThreadCheckPrivateSendClient(), OverviewPage::togglePrivateSend(), CDSNotificationInterface::UpdatedBlockTip(), OverviewPage::updatePrivateSendProgress(), and CoinControlDialog::viewItemChanged().