| addressTableModel | WalletModel | private |
| AmountExceedsBalance enum value | WalletModel | |
| AmountWithFeeExceedsBalance enum value | WalletModel | |
| backupWallet(const QString &filename) | WalletModel | |
| balanceChanged(const CAmount &balance, const CAmount &unconfirmedBalance, const CAmount &immatureBalance, const CAmount &watchOnlyBalance, const CAmount &watchUnconfBalance, const CAmount &watchImmatureBalance) | WalletModel | signal |
| cachedBalance | WalletModel | private |
| cachedEncryptionStatus | WalletModel | private |
| cachedImmatureBalance | WalletModel | private |
| cachedNumBlocks | WalletModel | private |
| cachedTxLocks | WalletModel | private |
| cachedUnconfirmedBalance | WalletModel | private |
| cachedWatchImmatureBalance | WalletModel | private |
| cachedWatchOnlyBalance | WalletModel | private |
| cachedWatchUnconfBalance | WalletModel | private |
| changePassphrase(const SecureString &oldPass, const SecureString &newPass) | WalletModel | |
| checkBalanceChanged() | WalletModel | private |
| coinsSent(CWallet *wallet, SendCoinsRecipient recipient, QByteArray transaction) | WalletModel | signal |
| decryptKey(const std::vector< unsigned char > &crypted, const std::string &slt, const std::string &pwd, CKey &key) | WalletModel | |
| DuplicateAddress enum value | WalletModel | |
| emitBalanceChanged() | WalletModel | |
| EncryptionStatus enum name | WalletModel | |
| encryptionStatusChanged(int status) | WalletModel | signal |
| encryptKey(const CKey key, const std::string &pwd, const std::string &slt, std::vector< unsigned char > &crypted) | WalletModel | |
| fForceCheckBalanceChanged | WalletModel | private |
| fHaveWatchOnly | WalletModel | private |
| generateCoins(bool fGenerate, int nGenProcLimit) | WalletModel | |
| generateNewKey() const | WalletModel | |
| getAddressTableModel() | WalletModel | |
| getBalance(const CCoinControl *coinControl=NULL) const | WalletModel | |
| getCWallet() | WalletModel | |
| getEncryptionStatus() const | WalletModel | |
| getImmatureBalance() const | WalletModel | |
| getLockedBalance() const | WalletModel | |
| getMinStakingAmount() const | WalletModel | |
| getOptionsModel() | WalletModel | |
| getOutputs(const std::vector< COutPoint > &vOutpoints, std::vector< COutput > &vOutputs) | WalletModel | |
| getPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const | WalletModel | |
| getSeedPhrase(std::string &phrase) const | WalletModel | |
| getSpendableBalance() const | WalletModel | |
| getStakingStatusError(QString &) | WalletModel | |
| getTransactionTableModel() | WalletModel | |
| getTxTableModel() | WalletModel | |
| getUnconfirmedBalance() const | WalletModel | |
| GetUniqueWalletBackupName() | WalletModel | |
| getWatchBalance() const | WalletModel | |
| getWatchImmatureBalance() const | WalletModel | |
| getWatchUnconfirmedBalance() const | WalletModel | |
| haveWatchOnly() const | WalletModel | |
| InsaneFee enum value | WalletModel | |
| InvalidAddress enum value | WalletModel | |
| InvalidAmount enum value | WalletModel | |
| isLockedCoin(uint256 hash, unsigned int n) const | WalletModel | |
| isMine(CBitcoinAddress address) | WalletModel | |
| isShutdownRequested() | WalletModel | |
| isSpent(const COutPoint &outpoint) const | WalletModel | |
| isStakingOnlyUnlocked() | WalletModel | |
| listCoins(std::map< QString, std::vector< COutput > > &mapCoins) const | WalletModel | |
| listLockedCoins(std::vector< COutPoint > &vOutpts) | WalletModel | |
| loadReceiveRequests(std::vector< std::string > &vReceiveRequests) | WalletModel | |
| lockCoin(COutPoint &output) | WalletModel | |
| Locked enum value | WalletModel | |
| lockForStakingOnly(const SecureString &passPhrase=SecureString()) | WalletModel | |
| message(const QString &title, const QString &message, unsigned int style) | WalletModel | signal |
| notifyWatchonlyChanged(bool fHaveWatchonly) | WalletModel | signal |
| OK enum value | WalletModel | |
| optionsModel | WalletModel | private |
| pollBalanceChanged() | WalletModel | slot |
| pollTimer | WalletModel | private |
| prepareTransaction(WalletModelTransaction &transaction, const CCoinControl *coinControl=NULL) | WalletModel | |
| RefreshRecent() | WalletModel | signal |
| requestUnlock(AskPassphraseDialog::Context context, bool relock=false) | WalletModel | |
| requireUnlock(AskPassphraseDialog::Context context) | WalletModel | signal |
| saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest) | WalletModel | |
| sendCoins(WalletModelTransaction &transaction) | WalletModel | |
| setAddressBook(const CTxDestination &address, const std::string &strName, const std::string &strPurpose) | WalletModel | |
| setWalletEncrypted(bool encrypted, const SecureString &passphrase) | WalletModel | |
| setWalletLocked(bool locked, const SecureString &passPhrase=SecureString(), bool stakingOnly=false) | WalletModel | |
| showProgress(const QString &title, int nProgress) | WalletModel | signal |
| spendableBalance | WalletModel | private |
| StakingOnlyUnlocked enum value | WalletModel | |
| stakingStatusChanged(bool isStaking) | WalletModel | signal |
| StatusCode enum name | WalletModel | |
| subscribeToCoreSignals() | WalletModel | private |
| TransactionCommitFailed enum value | WalletModel | |
| TransactionCreationFailed enum value | WalletModel | |
| transactionTableModel | WalletModel | private |
| txTableModel | WalletModel | private |
| Unencrypted enum value | WalletModel | |
| unlockCoin(COutPoint &output) | WalletModel | |
| Unlocked enum value | WalletModel | |
| UnlockedForStakingOnly enum value | WalletModel | |
| unsubscribeFromCoreSignals() | WalletModel | private |
| updateAddressBook(const QString &address, const QString &label, bool isMine, const QString &purpose, int status) | WalletModel | slot |
| updateAddressBook(const QString &pubCoin, const QString &isUsed, int status) | WalletModel | slot |
| updateStatus() | WalletModel | slot |
| updateTransaction() | WalletModel | slot |
| updateWatchOnlyFlag(bool fHaveWatchonly) | WalletModel | slot |
| validateAddress(const QString &address) | WalletModel | |
| wallet | WalletModel | private |
| WalletModel(CWallet *wallet, OptionsModel *optionsModel, QObject *parent=0) | WalletModel | explicit |
| WalletUnlocked() | WalletModel | signal |
| ~WalletModel() | WalletModel | |