Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <qt/walletmodel.h>
#include <qt/addresstablemodel.h>
#include <consensus/validation.h>
#include <qt/guiconstants.h>
#include <qt/guiutil.h>
#include <qt/paymentserver.h>
#include <qt/recentrequeststablemodel.h>
#include <qt/transactiontablemodel.h>
#include <base58.h>
#include <chain.h>
#include <keystore.h>
#include <validation.h>
#include <net.h>
#include <sync.h>
#include <txmempool.h>
#include <ui_interface.h>
#include <util.h>
#include <wallet/coincontrol.h>
#include <wallet/wallet.h>
#include <wallet/walletdb.h>
#include <spork.h>
#include <privatesend/privatesend-client.h>
#include <llmq/quorums_instantsend.h>
#include <stdint.h>
#include <QDebug>
#include <QSet>
#include <QTimer>
Go to the source code of this file.
Functions | |
static void | NotifyKeyStoreStatusChanged (WalletModel *walletmodel, CCryptoKeyStore *wallet) |
static void | NotifyAddressBookChanged (WalletModel *walletmodel, CWallet *wallet, const CTxDestination &address, const std::string &label, bool isMine, const std::string &purpose, ChangeType status) |
static void | NotifyTransactionChanged (WalletModel *walletmodel, CWallet *wallet, const uint256 &hash, ChangeType status) |
static void | NotifyISLockReceived (WalletModel *walletmodel) |
static void | NotifyChainLockReceived (WalletModel *walletmodel, int chainLockHeight) |
static void | ShowProgress (WalletModel *walletmodel, const std::string &title, int nProgress) |
static void | NotifyWatchonlyChanged (WalletModel *walletmodel, bool fHaveWatchonly) |
Function Documentation
◆ NotifyAddressBookChanged()
|
static |
Definition at line 565 of file walletmodel.cpp.
References EncodeDestination().
Referenced by WalletModel::subscribeToCoreSignals(), and WalletModel::unsubscribeFromCoreSignals().
◆ NotifyChainLockReceived()
|
static |
Definition at line 595 of file walletmodel.cpp.
Referenced by WalletModel::subscribeToCoreSignals(), and WalletModel::unsubscribeFromCoreSignals().
◆ NotifyISLockReceived()
|
static |
Definition at line 590 of file walletmodel.cpp.
Referenced by WalletModel::subscribeToCoreSignals(), and WalletModel::unsubscribeFromCoreSignals().
◆ NotifyKeyStoreStatusChanged()
|
static |
Definition at line 559 of file walletmodel.cpp.
Referenced by WalletModel::subscribeToCoreSignals(), and WalletModel::unsubscribeFromCoreSignals().
◆ NotifyTransactionChanged()
|
static |
Definition at line 582 of file walletmodel.cpp.
Referenced by WalletModel::subscribeToCoreSignals(), and WalletModel::unsubscribeFromCoreSignals().
◆ NotifyWatchonlyChanged()
|
static |
Definition at line 609 of file walletmodel.cpp.
Referenced by WalletModel::subscribeToCoreSignals(), and WalletModel::unsubscribeFromCoreSignals().
◆ ShowProgress()
|
static |
Definition at line 601 of file walletmodel.cpp.
Referenced by WalletModel::subscribeToCoreSignals(), and WalletModel::unsubscribeFromCoreSignals().