PIVX Core  5.6.99
P2P Digital Currency
Classes | Variables
wallet.cpp File Reference
#include "optional.h"
#include "validation.h"
#include "wallet/wallet.h"
#include "checkpoints.h"
#include "coincontrol.h"
#include "evo/providertx.h"
#include "guiinterfaceutil.h"
#include "policy/policy.h"
#include "sapling/key_io_sapling.h"
#include "script/sign.h"
#include "scheduler.h"
#include "shutdown.h"
#include "spork.h"
#include "util/validation.h"
#include "utilmoneystr.h"
#include "wallet/fees.h"
#include <future>
#include <boost/algorithm/string/replace.hpp>
Include dependency graph for wallet.cpp:

Go to the source code of this file.

Classes

struct  CompareValueOnly
 
class  CAffectedKeysVisitor
 

Variables

std::vector< CWalletRefvpwallets
 
CFeeRate payTxFee (DEFAULT_TRANSACTION_FEE)
 Settings. More...
 
CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE
 
unsigned int nTxConfirmTarget = 1
 
bool bdisableSystemnotifications = false
 
bool fPayAtLeastCustomFee = true
 
bool bSpendZeroConfChange = DEFAULT_SPEND_ZEROCONF_CHANGE
 

Variable Documentation

◆ bdisableSystemnotifications

bool bdisableSystemnotifications = false

Definition at line 40 of file wallet.cpp.

◆ bSpendZeroConfChange

bool bSpendZeroConfChange = DEFAULT_SPEND_ZEROCONF_CHANGE

Definition at line 42 of file wallet.cpp.

◆ fPayAtLeastCustomFee

bool fPayAtLeastCustomFee = true

Definition at line 41 of file wallet.cpp.

◆ maxTxFee

CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE

Definition at line 38 of file wallet.cpp.

◆ nTxConfirmTarget

unsigned int nTxConfirmTarget = 1

Definition at line 39 of file wallet.cpp.

◆ payTxFee

CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE) ( DEFAULT_TRANSACTION_FEE  )

Settings.

◆ vpwallets

std::vector<CWalletRef> vpwallets

Definition at line 33 of file wallet.cpp.