AbsurdFee enum value | WalletModel | |
addressTableModel | WalletModel | private |
AmountExceedsBalance enum value | WalletModel | |
AmountWithFeeExceedsBalance enum value | WalletModel | |
balanceChanged(const interfaces::WalletBalances &balances) | WalletModel | signal |
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(interfaces::Wallet &wallet, SendCoinsRecipient recipient, QByteArray transaction) | WalletModel | signal |
DuplicateAddress enum value | WalletModel | |
EncryptionStatus enum name | WalletModel | |
encryptionStatusChanged() | WalletModel | signal |
fForceCheckBalanceChanged | WalletModel | private |
fHaveWatchOnly | WalletModel | private |
getAddressTableModel() | WalletModel | |
getAddressTableModel() const | WalletModel | inline |
getChainParams() const | WalletModel | |
getDisplayName() const | WalletModel | |
getEncryptionStatus() const | WalletModel | |
getLastBlockProcessed() const | WalletModel | |
getOptionsModel() | WalletModel | |
getRecentRequestsTableModel() | WalletModel | |
getTransactionTableModel() | WalletModel | |
getWalletName() const | WalletModel | |
InvalidAddress enum value | WalletModel | |
InvalidAmount enum value | WalletModel | |
isMultiwallet() | WalletModel | |
isWalletEnabled() | WalletModel | static |
loadReceiveRequests(std::vector< std::string > &vReceiveRequests) | WalletModel | |
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 |
notifyWatchonlyChanged(bool fHaveWatchonly) | WalletModel | signal |
OK enum value | WalletModel | |
optionsModel | WalletModel | private |
PaymentRequestExpired enum value | WalletModel | |
pollBalanceChanged() | WalletModel | slot |
prepareTransaction(WalletModelTransaction &transaction, const CCoinControl &coinControl) | WalletModel | |
recentRequestsTableModel | WalletModel | private |
requestUnlock() | WalletModel | |
requireUnlock() | WalletModel | signal |
saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest) | WalletModel | |
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 |
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, const QString &purpose, int status) | WalletModel | slot |
updateStatus() | WalletModel | slot |
updateTransaction() | WalletModel | slot |
updateWatchOnlyFlag(bool fHaveWatchonly) | WalletModel | slot |
validateAddress(const QString &address) | 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 | |