abandonTransaction(uint256 hash) const | WalletModel | |
AbsurdFee enum value | WalletModel | |
addressTableModel | WalletModel | private |
addTokenEntry(const CTokenInfo &token) | WalletModel | |
addTokenTxEntry(const CTokenTx &tokenTx, bool fFlushOnClose=true) | WalletModel | |
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 &stake, const CAmount &watchOnlyBalance, const CAmount &watchUnconfBalance, const CAmount &watchImmatureBalance, const CAmount &watchOnlyStake) | WalletModel | signal |
bumpFee(uint256 hash) | WalletModel | |
cachedBalance | WalletModel | private |
cachedEncryptionStatus | WalletModel | private |
cachedImmatureBalance | WalletModel | private |
cachedNumBlocks | WalletModel | private |
cachedStake | WalletModel | private |
cachedUnconfirmedBalance | WalletModel | private |
cachedWatchImmatureBalance | WalletModel | private |
cachedWatchOnlyBalance | WalletModel | private |
cachedWatchOnlyStake | WalletModel | private |
cachedWatchUnconfBalance | WalletModel | private |
changePassphrase(const SecureString &oldPass, const SecureString &newPass) | WalletModel | |
checkBalanceChanged() | WalletModel | private |
checkTokenBalanceChanged() | WalletModel | private |
coinsSent(CWallet *wallet, SendCoinsRecipient recipient, QByteArray transaction) | WalletModel | signal |
contractTableModel | WalletModel | private |
DuplicateAddress enum value | WalletModel | |
EncryptionStatus enum name | WalletModel | |
encryptionStatusChanged(int status) | WalletModel | signal |
existTokenEntry(const CTokenInfo &token) | WalletModel | |
fForceCheckBalanceChanged | WalletModel | private |
fHaveWatchOnly | WalletModel | private |
getAddressTableModel() | WalletModel | |
getBalance(const CCoinControl *coinControl=nullptr) const | WalletModel | |
getContractTableModel() | WalletModel | |
getDefaultConfirmTarget() const | WalletModel | |
getDefaultWalletRbf() const | WalletModel | |
getEncryptionStatus() const | WalletModel | |
getImmatureBalance() const | WalletModel | |
getInvalidTokens() | WalletModel | |
getOptionsModel() | WalletModel | |
getOutputs(const std::vector< COutPoint > &vOutpoints, std::vector< COutput > &vOutputs) | WalletModel | |
getPrivKey(const CKeyID &address, CKey &vchPrivKeyOut) const | WalletModel | |
getPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const | WalletModel | |
getRecentRequestsTableModel() | WalletModel | |
getRestoreParam() | WalletModel | |
getRestorePath() | WalletModel | |
getStake() const | WalletModel | |
getTokenItemModel() | WalletModel | |
getTokenTransactionTableModel() | WalletModel | |
getTransactionTableModel() | WalletModel | |
getUnconfirmedBalance() const | WalletModel | |
getWatchBalance() const | WalletModel | |
getWatchImmatureBalance() const | WalletModel | |
getWatchStake() const | WalletModel | |
getWatchUnconfirmedBalance() const | WalletModel | |
hasWalletBackup() | WalletModel | |
haveWatchOnly() const | WalletModel | |
hdEnabled() const | WalletModel | |
InvalidAddress enum value | WalletModel | |
InvalidAmount enum value | WalletModel | |
isLockedCoin(uint256 hash, unsigned int n) const | WalletModel | |
isMineAddress(const std::string &strAddress) | WalletModel | |
IsSpendable(const CTxDestination &dest) const | WalletModel | |
isSpent(const COutPoint &outpoint) const | WalletModel | |
isUnspentAddress(const std::string &address) const | WalletModel | |
isWalletEnabled() | WalletModel | static |
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 | |
message(const QString &title, const QString &message, unsigned int style) | WalletModel | signal |
notifyWatchonlyChanged(bool fHaveWatchonly) | WalletModel | signal |
OK enum value | WalletModel | |
optionsModel | WalletModel | private |
PaymentRequestExpired enum value | WalletModel | |
pollBalanceChanged() | WalletModel | slot |
pollTimer | WalletModel | private |
prepareTransaction(WalletModelTransaction &transaction, const CCoinControl &coinControl) | WalletModel | |
recentRequestsTableModel | WalletModel | private |
removeTokenEntry(const std::string &sHash) | WalletModel | |
requestUnlock() | WalletModel | |
requireUnlock() | WalletModel | signal |
restoreParam | WalletModel | private |
restorePath | WalletModel | private |
restoreWallet(const QString &filename, const QString ¶m) | WalletModel | |
saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest) | WalletModel | |
sendCoins(WalletModelTransaction &transaction) | WalletModel | |
setWalletEncrypted(bool encrypted, const SecureString &passphrase) | WalletModel | |
setWalletLocked(bool locked, const SecureString &passPhrase=SecureString()) | WalletModel | |
showProgress(const QString &title, int nProgress) | WalletModel | signal |
StatusCode enum name | WalletModel | |
subscribeToCoreSignals() | WalletModel | private |
tokenItemModel | WalletModel | private |
tokenTransactionTableModel | WalletModel | private |
transactionCanBeAbandoned(uint256 hash) const | WalletModel | |
transactionCanBeBumped(uint256 hash) const | WalletModel | |
TransactionCommitFailed enum value | WalletModel | |
TransactionCreationFailed enum value | WalletModel | |
transactionTableModel | WalletModel | private |
Unencrypted enum value | WalletModel | |
unlockCoin(COutPoint &output) | WalletModel | |
Unlocked enum value | WalletModel | |
unsubscribeFromCoreSignals() | WalletModel | private |
updateAddressBook(const QString &address, const QString &label, bool isMine, const QString &purpose, int status) | WalletModel | slot |
updateContractBook(const QString &address, const QString &label, const QString &abi, int status) | WalletModel | slot |
updateStatus() | WalletModel | slot |
updateTransaction() | WalletModel | slot |
updateWatchOnlyFlag(bool fHaveWatchonly) | WalletModel | slot |
validateAddress(const QString &address) | WalletModel | |
wallet | WalletModel | private |
WalletModel(const PlatformStyle *platformStyle, CWallet *wallet, OptionsModel *optionsModel, QObject *parent=0) | WalletModel | explicit |
~WalletModel() | WalletModel | |