PIVX Core  5.6.99
P2P Digital Currency
WalletModel Member List

This is the complete list of members for WalletModel, including all inherited members.

addKeys(const CKey &key, const CPubKey &pubkey, WalletRescanReserver &reserver)WalletModel
addressTableModelWalletModelprivate
AmountExceedsBalance enum valueWalletModel
AmountWithFeeExceedsBalance enum valueWalletModel
backupWallet(const QString &filename)WalletModel
balanceChanged(const interfaces::WalletBalances &walletBalances)WalletModelsignal
balanceNotify()WalletModelslot
blacklistAddressFromColdStaking(const QString &address)WalletModel
cachedEncryptionStatusWalletModelprivate
cachedNumBlocksWalletModelprivate
CannotCreateInternalAddress enum valueWalletModel
changePassphrase(const SecureString &oldPass, const SecureString &newPass)WalletModel
checkBalanceChanged(const interfaces::WalletBalances &new_balances)WalletModel
clientModel() constWalletModelinline
coinsSent(CWallet *wallet, const SendCoinsRecipient &recipient, const QByteArray &transaction)WalletModelsignal
createAndSendProposalFeeTx(CBudgetProposal &prop)WalletModel
DuplicateAddress enum valueWalletModel
emitBalanceChanged()WalletModel
EncryptionStatus enum nameWalletModel
encryptionStatusChanged(int status)WalletModelsignal
fForceCheckBalanceChangedWalletModelprivate
fHaveWatchOnlyWalletModelprivate
getAddressTableModel()WalletModel
getAvailableP2CSCoins(std::vector< COutput > &vCoins) constWalletModel
getBalance(const CCoinControl *coinControl=nullptr, bool fIncludeDelegated=true, bool fUnlockedOnly=false, bool fIncludeShielded=true) constWalletModel
getBalances()WalletModelinlineprivate
getCacheNumBLocks()WalletModelinline
getCreationTime() constWalletModel
getDelegatedBalance() constWalletModel
getEncryptionStatus() constWalletModel
getKey(const CKeyID &keyID, CKey &key) constWalletModelinline
getKeyCreationTime(const CPubKey &key)WalletModel
getKeyCreationTime(const CTxDestination &address)WalletModel
getKeyCreationTime(const std::string &address)WalletModel
getKeyCreationTime(const libzcash::SaplingPaymentAddress &address)WalletModel
getKeyId(const CTxDestination &address, CKeyID &keyID)WalletModel
getLabelForAddress(const CTxDestination &address)WalletModel
getLastBlockProcessed() constWalletModel
getLastBlockProcessedNum() constWalletModel
getLockedBalance(bool isTransparent) constWalletModel
getMinColdStakingAmount() constWalletModel
getMNCollateralCandidate(COutPoint &outPoint)WalletModel
getNetMinFee()WalletModel
getNewAddress(const std::string &label="") constWalletModel
getNewShieldedAddress(std::string strLabel="")WalletModel
getNewStakingAddress(const std::string &label="") constWalletModel
getOptionsModel()WalletModel
getPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) constWalletModel
getRescanReserver() constWalletModelinline
getSaplingAddressString(const CWalletTx *wtx, const SaplingOutPoint &op) constWalletModel
getShieldedAddressFromSpendDesc(const uint256 &txHash, int index)WalletModel
getSSTMinimum() constWalletModel
getTransactionTableModel()WalletModel
getTx(uint256 id)WalletModel
getUnlockedBalance(const CCoinControl *coinControl=nullptr, bool fIncludeDelegated=true, bool fIncludeShielded=true) constWalletModel
GetWalletBalances()WalletModelinline
getWalletCustomFee(CAmount &nFeeRet)WalletModel
getWalletPath()WalletModel
getWalletStakeSplitThreshold() constWalletModel
getWalletTxDepth(const uint256 &txHash) constWalletModel
hasForceCheckBalance()WalletModelinline
hasWallet()WalletModelinline
hasWalletCustomFee()WalletModel
haveKey(const CKeyID &keyID) constWalletModelinline
haveWatchOnly() constWalletModel
init()WalletModel
InsaneFee enum valueWalletModel
InvalidAddress enum valueWalletModel
InvalidAmount enum valueWalletModel
isColdStaking() constWalletModel
isColdStakingNetworkelyEnabled() constWalletModel
isHDEnabled() constWalletModel
isLockedCoin(uint256 hash, unsigned int n, bool isTransparent=true) constWalletModel
isMine(const CWDestination &address)WalletModel
isMine(const QString &addressStr)WalletModel
isRegTestNetwork() constWalletModel
isSaplingInMaintenance() constWalletModel
isSaplingWalletEnabled() constWalletModel
IsShieldedDestination(const CWDestination &address)WalletModel
isShutdownRequested()WalletModel
isSpent(const COutPoint &outpoint) constWalletModel
isStakingOnlyUnlocked()WalletModel
isStakingStatusActive() constWalletModel
isTestNetwork() constWalletModel
isUsed(CTxDestination address)WalletModel
isV6Enforced() constWalletModel
isWalletLocked(bool fFullUnlocked=true) constWalletModel
isWalletUnlocked() constWalletModel
listAvailableNotes(std::map< ListCoinsKey, std::vector< ListCoinsValue >> &mapCoins) constWalletModel
listCoins(std::map< ListCoinsKey, std::vector< ListCoinsValue >> &mapCoins, bool fSelectTransparent) constWalletModel
listCoins(std::map< ListCoinsKey, std::vector< ListCoinsValue >> &mapCoins) constWalletModel
listLockedCoins()WalletModel
listLockedNotes()WalletModel
loadReceiveRequests(std::vector< std::string > &vReceiveRequests)WalletModel
lockCoin(uint256 hash, unsigned int n, bool isTransparent=true)WalletModel
Locked enum valueWalletModel
lockForStakingOnly(const SecureString &passPhrase=SecureString())WalletModel
m_cached_balancesWalletModelprivate
m_cached_best_block_hashWalletModelprivate
m_client_modelWalletModelprivate
m_handler_notify_addressbook_changedWalletModelprivate
m_handler_notify_sst_changedWalletModelprivate
m_handler_notify_status_changedWalletModelprivate
m_handler_notify_transaction_changedWalletModelprivate
m_handler_notify_walletbackedWalletModelprivate
m_handler_notify_watch_only_changedWalletModelprivate
m_handler_show_progressWalletModelprivate
message(const QString &title, const QString &body, unsigned int style, bool *ret=nullptr)WalletModelsignal
notifyReceiveAddressChanged()WalletModelsignal
notifySSTChanged(const double sstVal)WalletModelsignal
notifyWatchonlyChanged(bool fHaveWatchonly)WalletModelsignal
OK enum valueWalletModel
optionsModelWalletModelprivate
pollBalanceChanged()WalletModelslot
pollFinished()WalletModelslot
pollFutureWalletModelprivate
pollTimerWalletModelprivate
PrepareShieldedTransaction(WalletModelTransaction *modelTransaction, bool fromTransparent, const CCoinControl *coinControl=nullptr)WalletModel
prepareTransaction(WalletModelTransaction *transaction, const CCoinControl *coinControl=nullptr, bool fIncludeDelegations=true)WalletModel
processBalanceChangeInternal()WalletModel
requestUnlock()WalletModel
requireUnlock()WalletModelsignal
resetWalletOptions(QSettings &settings)WalletModel
saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest)WalletModel
sendCoins(WalletModelTransaction &transaction)WalletModel
setCacheBlockHash(const uint256 &_blockHash)WalletModelinline
setCacheNumBlocks(int _cachedNumBlocks)WalletModelinline
setClientModel(ClientModel *client_model)WalletModel
setfForceCheckBalanceChanged(bool _fForceCheckBalanceChanged)WalletModelinline
setWalletCustomFee(bool fUseCustomFee, const CAmount nFee=DEFAULT_TRANSACTION_FEE)WalletModel
setWalletDefaultFee(CAmount fee=DEFAULT_TRANSACTION_FEE)WalletModel
setWalletEncrypted(bool encrypted, const SecureString &passphrase)WalletModel
setWalletLocked(bool locked, const SecureString &passPhrase=SecureString(), bool stakingOnly=false)WalletModel
setWalletStakeSplitThreshold(const CAmount nStakeSplitThreshold)WalletModel
showProgress(const QString &title, int nProgress)WalletModelsignal
StakingOnlyUnlocked enum valueWalletModel
StatusCode enum nameWalletModel
stop()WalletModel
subscribeToCoreSignals()WalletModelprivate
TransactionCheckFailed enum valueWalletModel
TransactionCommitFailed enum valueWalletModel
TransactionCreationFailed enum valueWalletModel
transactionTableModelWalletModelprivate
Unencrypted enum valueWalletModel
unlockCoin(uint256 hash, unsigned int n, bool isTransparent=true)WalletModel
Unlocked enum valueWalletModel
UnlockedForStaking enum valueWalletModel
unsubscribeFromCoreSignals()WalletModelprivate
updateAddressBook(const QString &address, const QString &label, bool isMine, const QString &purpose, int status)WalletModelslot
updateAddressBookLabels(const CWDestination &address, const std::string &strName, const std::string &strPurpose)WalletModelslot
updateAddressBookPurpose(const QString &addressStr, const std::string &purpose)WalletModel
updateStatus()WalletModelslot
updateTransaction()WalletModelslot
updateTxModelData()WalletModelslot
updateWatchOnlyFlag(bool fHaveWatchonly)WalletModelslot
upgradeWallet(std::string &upgradeError)WalletModel
validateAddress(const QString &address)WalletModel
validateAddress(const QString &address, bool fStaking)WalletModel
validateAddress(const QString &address, bool fStaking, bool &isShielded)WalletModel
walletWalletModelprivate
WalletModel(CWallet *wallet, OptionsModel *optionsModel, QObject *parent=0)WalletModelexplicit
walletWrapperWalletModelprivate
whitelistAddressFromColdStaking(const QString &addressStr)WalletModel
~WalletModel()WalletModel