![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#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>Go to the source code of this file.
Classes | |
| struct | CompareValueOnly |
| class | CAffectedKeysVisitor |
Variables | |
| std::vector< CWalletRef > | vpwallets |
| 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 |
| bool bdisableSystemnotifications = false |
Definition at line 40 of file wallet.cpp.
| bool bSpendZeroConfChange = DEFAULT_SPEND_ZEROCONF_CHANGE |
Definition at line 42 of file wallet.cpp.
| bool fPayAtLeastCustomFee = true |
Definition at line 41 of file wallet.cpp.
| CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE |
Definition at line 38 of file wallet.cpp.
| unsigned int nTxConfirmTarget = 1 |
Definition at line 39 of file wallet.cpp.
| CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE) | ( | DEFAULT_TRANSACTION_FEE | ) |
Settings.
| std::vector<CWalletRef> vpwallets |
Definition at line 33 of file wallet.cpp.