AbsurdFee enum value | WalletModel | |
addressTableModel | WalletModel | private |
AmountExceedsBalance enum value | WalletModel | |
AmountWithFeeExceedsBalance enum value | WalletModel | |
balanceChanged(const interfaces::WalletBalances &balances) | WalletModel | signal |
bumpFee(uint256 hash, uint256 &new_hash) | WalletModel | |
cachedEncryptionStatus | WalletModel | private |
canGetAddressesChanged() | WalletModel | signal |
changePassphrase(const SecureString &oldPass, const SecureString &newPass) | WalletModel | |
checkBalanceChanged(const interfaces::WalletBalances &new_balances) | WalletModel | private |
clientModel() const | WalletModel | inline |
coinsSent(WalletModel *wallet, SendCoinsRecipient recipient, QByteArray transaction) | WalletModel | signal |
displayAddress(std::string sAddress) const | WalletModel | |
DuplicateAddress enum value | WalletModel | |
EncryptionStatus enum name | WalletModel | |
encryptionStatusChanged() | WalletModel | signal |
fForceCheckBalanceChanged | WalletModel | private |
fHaveWatchOnly | WalletModel | private |
getAddressTableModel() const | WalletModel | |
getAvailableBalance(const wallet::CCoinControl *control) | WalletModel | |
getCachedBalance() const | WalletModel | |
getDisplayName() const | WalletModel | |
getEncryptionStatus() const | WalletModel | |
getLastBlockProcessed() const | WalletModel | |
getOptionsModel() const | WalletModel | |
getRecentRequestsTableModel() const | WalletModel | |
getTransactionTableModel() const | WalletModel | |
getWalletName() const | WalletModel | |
InvalidAddress enum value | WalletModel | |
InvalidAmount enum value | WalletModel | |
isMultiwallet() const | WalletModel | |
isWalletEnabled() | WalletModel | static |
Locked enum value | WalletModel | |
m_cached_balances | WalletModel | private |
m_cached_last_update_tip | WalletModel | private |
m_client_model | WalletModel | private |
m_handler_address_book_changed | WalletModel | private |
m_handler_can_get_addrs_changed | WalletModel | private |
m_handler_show_progress | WalletModel | private |
m_handler_status_changed | WalletModel | private |
m_handler_transaction_changed | WalletModel | private |
m_handler_unload | WalletModel | private |
m_handler_watch_only_changed | WalletModel | private |
m_node | WalletModel | private |
m_wallet | WalletModel | private |
message(const QString &title, const QString &message, unsigned int style) | WalletModel | signal |
node() const | WalletModel | inline |
NoKeys enum value | WalletModel | |
notifyWatchonlyChanged(bool fHaveWatchonly) | WalletModel | signal |
OK enum value | WalletModel | |
optionsModel | WalletModel | private |
pollBalanceChanged() | WalletModel | slot |
prepareTransaction(WalletModelTransaction &transaction, const wallet::CCoinControl &coinControl) | WalletModel | |
recentRequestsTableModel | WalletModel | private |
refresh(bool pk_hash_only=false) | WalletModel | |
requestUnlock() | WalletModel | |
requireUnlock() | WalletModel | signal |
sendCoins(WalletModelTransaction &transaction) | WalletModel | |
setClientModel(ClientModel *client_model) | WalletModel | |
setWalletEncrypted(const SecureString &passphrase) | WalletModel | |
setWalletLocked(bool locked, const SecureString &passPhrase=SecureString()) | WalletModel | |
showProgress(const QString &title, int nProgress) | WalletModel | signal |
startPollBalance() | WalletModel | slot |
StatusCode enum name | WalletModel | |
subscribeToCoreSignals() | WalletModel | private |
timer | WalletModel | private |
timerTimeout() | WalletModel | signal |
TransactionCreationFailed enum value | WalletModel | |
transactionTableModel | WalletModel | private |
Unencrypted enum value | WalletModel | |
unload() | WalletModel | signal |
Unlocked enum value | WalletModel | |
unsubscribeFromCoreSignals() | WalletModel | private |
updateAddressBook(const QString &address, const QString &label, bool isMine, wallet::AddressPurpose purpose, int status) | WalletModel | slot |
updateStatus() | WalletModel | slot |
updateTransaction() | WalletModel | slot |
updateWatchOnlyFlag(bool fHaveWatchonly) | WalletModel | slot |
validateAddress(const QString &address) const | WalletModel | |
wallet() const | WalletModel | inline |
WalletModel(std::unique_ptr< interfaces::Wallet > wallet, ClientModel &client_model, const PlatformStyle *platformStyle, QObject *parent=nullptr) | WalletModel | explicit |
~WalletModel() | WalletModel | |