![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Interface to PIVX wallet from Qt view code. More...
#include <walletmodel.h>
Classes | |
| class | ListCoinsKey |
| class | ListCoinsValue |
| struct | SendCoinsReturn |
| class | UnlockContext |
Public Types | |
| enum | StatusCode { OK , InvalidAmount , InvalidAddress , AmountExceedsBalance , AmountWithFeeExceedsBalance , DuplicateAddress , TransactionCreationFailed , TransactionCheckFailed , TransactionCommitFailed , StakingOnlyUnlocked , InsaneFee , CannotCreateInternalAddress } |
| enum | EncryptionStatus { Unencrypted , Locked , Unlocked , UnlockedForStaking } |
Public Slots | |
| void | balanceNotify () |
| void | updateTxModelData () |
| void | pollFinished () |
| void | updateStatus () |
| void | updateTransaction () |
| void | updateAddressBook (const QString &address, const QString &label, bool isMine, const QString &purpose, int status) |
| void | updateWatchOnlyFlag (bool fHaveWatchonly) |
| void | pollBalanceChanged () |
| bool | updateAddressBookLabels (const CWDestination &address, const std::string &strName, const std::string &strPurpose) |
Signals | |
| void | balanceChanged (const interfaces::WalletBalances &walletBalances) |
| void | encryptionStatusChanged (int status) |
| void | requireUnlock () |
| void | message (const QString &title, const QString &body, unsigned int style, bool *ret=nullptr) |
| void | coinsSent (CWallet *wallet, const SendCoinsRecipient &recipient, const QByteArray &transaction) |
| void | showProgress (const QString &title, int nProgress) |
| void | notifyWatchonlyChanged (bool fHaveWatchonly) |
| void | notifyReceiveAddressChanged () |
| void | notifySSTChanged (const double sstVal) |
| notify stake-split threshold changed More... | |
Public Member Functions | |
| WalletModel (CWallet *wallet, OptionsModel *optionsModel, QObject *parent=0) | |
| ~WalletModel () | |
| void | init () |
| OptionsModel * | getOptionsModel () |
| AddressTableModel * | getAddressTableModel () |
| TransactionTableModel * | getTransactionTableModel () |
| void | resetWalletOptions (QSettings &settings) |
| bool | isTestNetwork () const |
| bool | isRegTestNetwork () const |
| bool | isShutdownRequested () |
| bool | isColdStakingNetworkelyEnabled () const |
| Whether cold staking is enabled or disabled in the network. More... | |
| bool | isSaplingInMaintenance () const |
| bool | isV6Enforced () const |
| CAmount | getMinColdStakingAmount () const |
| bool | isStakingStatusActive () const |
| bool | hasWallet () |
| bool | isHDEnabled () const |
| bool | isSaplingWalletEnabled () const |
| bool | upgradeWallet (std::string &upgradeError) |
| QString | getWalletPath () |
| interfaces::WalletBalances | GetWalletBalances () |
| CAmount | getBalance (const CCoinControl *coinControl=nullptr, bool fIncludeDelegated=true, bool fUnlockedOnly=false, bool fIncludeShielded=true) const |
| CAmount | getUnlockedBalance (const CCoinControl *coinControl=nullptr, bool fIncludeDelegated=true, bool fIncludeShielded=true) const |
| CAmount | getLockedBalance (bool isTransparent) const |
| bool | haveWatchOnly () const |
| CAmount | getDelegatedBalance () const |
| bool | isColdStaking () const |
| void | getAvailableP2CSCoins (std::vector< COutput > &vCoins) const |
| EncryptionStatus | getEncryptionStatus () const |
| bool | isWalletUnlocked () const |
| bool | isWalletLocked (bool fFullUnlocked=true) const |
| void | emitBalanceChanged () |
| bool | validateAddress (const QString &address) |
| bool | validateAddress (const QString &address, bool fStaking) |
| bool | validateAddress (const QString &address, bool fStaking, bool &isShielded) |
| Optional< QString > | getShieldedAddressFromSpendDesc (const uint256 &txHash, int index) |
| void | setWalletDefaultFee (CAmount fee=DEFAULT_TRANSACTION_FEE) |
| bool | hasWalletCustomFee () |
| bool | getWalletCustomFee (CAmount &nFeeRet) |
| void | setWalletCustomFee (bool fUseCustomFee, const CAmount nFee=DEFAULT_TRANSACTION_FEE) |
| CAmount | getNetMinFee () |
| void | setWalletStakeSplitThreshold (const CAmount nStakeSplitThreshold) |
| CAmount | getWalletStakeSplitThreshold () const |
| double | getSSTMinimum () const |
| const CWalletTx * | getTx (uint256 id) |
| SendCoinsReturn | prepareTransaction (WalletModelTransaction *transaction, const CCoinControl *coinControl=nullptr, bool fIncludeDelegations=true) |
| SendCoinsReturn | sendCoins (WalletModelTransaction &transaction) |
| OperationResult | PrepareShieldedTransaction (WalletModelTransaction *modelTransaction, bool fromTransparent, const CCoinControl *coinControl=nullptr) |
| OperationResult | createAndSendProposalFeeTx (CBudgetProposal &prop) |
| bool | setWalletEncrypted (bool encrypted, const SecureString &passphrase) |
| bool | setWalletLocked (bool locked, const SecureString &passPhrase=SecureString(), bool stakingOnly=false) |
| bool | lockForStakingOnly (const SecureString &passPhrase=SecureString()) |
| bool | changePassphrase (const SecureString &oldPass, const SecureString &newPass) |
| bool | isStakingOnlyUnlocked () |
| bool | backupWallet (const QString &filename) |
| UnlockContext | requestUnlock () |
| bool | getPubKey (const CKeyID &address, CPubKey &vchPubKeyOut) const |
| int64_t | getCreationTime () const |
| int64_t | getKeyCreationTime (const CPubKey &key) |
| int64_t | getKeyCreationTime (const CTxDestination &address) |
| int64_t | getKeyCreationTime (const std::string &address) |
| int64_t | getKeyCreationTime (const libzcash::SaplingPaymentAddress &address) |
| CallResult< Destination > | getNewAddress (const std::string &label="") const |
| CallResult< Destination > | getNewStakingAddress (const std::string &label="") const |
| Return a new address used to receive for delegated cold stake purpose. More... | |
| CallResult< Destination > | getNewShieldedAddress (std::string strLabel="") |
| Return a new shielded address. More... | |
| WalletRescanReserver | getRescanReserver () const |
| Return new wallet rescan reserver. More... | |
| bool | whitelistAddressFromColdStaking (const QString &addressStr) |
| bool | blacklistAddressFromColdStaking (const QString &address) |
| bool | updateAddressBookPurpose (const QString &addressStr, const std::string &purpose) |
| std::string | getLabelForAddress (const CTxDestination &address) |
| QString | getSaplingAddressString (const CWalletTx *wtx, const SaplingOutPoint &op) const |
| bool | getKeyId (const CTxDestination &address, CKeyID &keyID) |
| bool | getKey (const CKeyID &keyID, CKey &key) const |
| bool | haveKey (const CKeyID &keyID) const |
| bool | addKeys (const CKey &key, const CPubKey &pubkey, WalletRescanReserver &reserver) |
| bool | isMine (const CWDestination &address) |
| bool | isMine (const QString &addressStr) |
| bool | IsShieldedDestination (const CWDestination &address) |
| bool | isUsed (CTxDestination address) |
| bool | getMNCollateralCandidate (COutPoint &outPoint) |
| int | getWalletTxDepth (const uint256 &txHash) const |
| bool | isSpent (const COutPoint &outpoint) const |
| void | listCoins (std::map< ListCoinsKey, std::vector< ListCoinsValue >> &mapCoins, bool fSelectTransparent) const |
| void | listCoins (std::map< ListCoinsKey, std::vector< ListCoinsValue >> &mapCoins) const |
| void | listAvailableNotes (std::map< ListCoinsKey, std::vector< ListCoinsValue >> &mapCoins) const |
| bool | isLockedCoin (uint256 hash, unsigned int n, bool isTransparent=true) const |
| void | lockCoin (uint256 hash, unsigned int n, bool isTransparent=true) |
| void | unlockCoin (uint256 hash, unsigned int n, bool isTransparent=true) |
| std::set< COutPoint > | listLockedCoins () |
| std::set< SaplingOutPoint > | listLockedNotes () |
| void | loadReceiveRequests (std::vector< std::string > &vReceiveRequests) |
| bool | saveReceiveRequest (const std::string &sAddress, const int64_t nId, const std::string &sRequest) |
| ClientModel & | clientModel () const |
| void | setClientModel (ClientModel *client_model) |
| uint256 | getLastBlockProcessed () const |
| int | getLastBlockProcessedNum () const |
| bool | hasForceCheckBalance () |
| void | setCacheNumBlocks (int _cachedNumBlocks) |
| int | getCacheNumBLocks () |
| void | setCacheBlockHash (const uint256 &_blockHash) |
| void | setfForceCheckBalanceChanged (bool _fForceCheckBalanceChanged) |
| Q_INVOKABLE void | checkBalanceChanged (const interfaces::WalletBalances &new_balances) |
| bool | processBalanceChangeInternal () |
| void | stop () |
Private Member Functions | |
| interfaces::WalletBalances | getBalances () |
| void | subscribeToCoreSignals () |
| void | unsubscribeFromCoreSignals () |
Private Attributes | |
| CWallet * | wallet {nullptr} |
| interfaces::Wallet | walletWrapper |
| std::unique_ptr< interfaces::Handler > | m_handler_notify_status_changed |
| std::unique_ptr< interfaces::Handler > | m_handler_notify_addressbook_changed |
| std::unique_ptr< interfaces::Handler > | m_handler_notify_sst_changed |
| std::unique_ptr< interfaces::Handler > | m_handler_notify_transaction_changed |
| std::unique_ptr< interfaces::Handler > | m_handler_show_progress |
| std::unique_ptr< interfaces::Handler > | m_handler_notify_watch_only_changed |
| std::unique_ptr< interfaces::Handler > | m_handler_notify_walletbacked |
| ClientModel * | m_client_model |
| bool | fHaveWatchOnly |
| bool | fForceCheckBalanceChanged |
| OptionsModel * | optionsModel |
| AddressTableModel * | addressTableModel |
| TransactionTableModel * | transactionTableModel |
| interfaces::WalletBalances | m_cached_balances |
| EncryptionStatus | cachedEncryptionStatus |
| int | cachedNumBlocks |
| uint256 | m_cached_best_block_hash |
| QTimer * | pollTimer |
| QFuture< void > | pollFuture |
Interface to PIVX wallet from Qt view code.
Definition at line 108 of file walletmodel.h.
| Enumerator | |
|---|---|
| Unencrypted | |
| Locked | |
| Unlocked | |
| UnlockedForStaking | |
Definition at line 133 of file walletmodel.h.
Definition at line 117 of file walletmodel.h.
|
explicit |
| WalletModel::~WalletModel | ( | ) |
| bool WalletModel::addKeys | ( | const CKey & | key, |
| const CPubKey & | pubkey, | ||
| WalletRescanReserver & | reserver | ||
| ) |
| bool WalletModel::backupWallet | ( | const QString & | filename | ) |
Definition at line 763 of file walletmodel.cpp.
|
signal |
|
slot |
Definition at line 311 of file walletmodel.cpp.
| bool WalletModel::blacklistAddressFromColdStaking | ( | const QString & | address | ) |
Definition at line 981 of file walletmodel.cpp.
| bool WalletModel::changePassphrase | ( | const SecureString & | oldPass, |
| const SecureString & | newPass | ||
| ) |
| void WalletModel::checkBalanceChanged | ( | const interfaces::WalletBalances & | new_balances | ) |
Definition at line 303 of file walletmodel.cpp.
|
inline |
Definition at line 352 of file walletmodel.h.
|
signal |
| OperationResult WalletModel::createAndSendProposalFeeTx | ( | CBudgetProposal & | prop | ) |
Definition at line 657 of file walletmodel.cpp.
| void WalletModel::emitBalanceChanged | ( | ) |
|
signal |
| AddressTableModel * WalletModel::getAddressTableModel | ( | ) |
| void WalletModel::getAvailableP2CSCoins | ( | std::vector< COutput > & | vCoins | ) | const |
| CAmount WalletModel::getBalance | ( | const CCoinControl * | coinControl = nullptr, |
| bool | fIncludeDelegated = true, |
||
| bool | fUnlockedOnly = false, |
||
| bool | fIncludeShielded = true |
||
| ) | const |
|
inlineprivate |
Definition at line 405 of file walletmodel.h.
|
inline |
Definition at line 360 of file walletmodel.h.
| int64_t WalletModel::getCreationTime | ( | ) | const |
Definition at line 926 of file walletmodel.cpp.
| CAmount WalletModel::getDelegatedBalance | ( | ) | const |
| WalletModel::EncryptionStatus WalletModel::getEncryptionStatus | ( | ) | const |
Definition at line 698 of file walletmodel.cpp.
| int64_t WalletModel::getKeyCreationTime | ( | const CPubKey & | key | ) |
Definition at line 930 of file walletmodel.cpp.
| int64_t WalletModel::getKeyCreationTime | ( | const CTxDestination & | address | ) |
| int64_t WalletModel::getKeyCreationTime | ( | const libzcash::SaplingPaymentAddress & | address | ) |
| int64_t WalletModel::getKeyCreationTime | ( | const std::string & | address | ) |
| bool WalletModel::getKeyId | ( | const CTxDestination & | address, |
| CKeyID & | keyID | ||
| ) |
Definition at line 998 of file walletmodel.cpp.
| std::string WalletModel::getLabelForAddress | ( | const CTxDestination & | address | ) |
Definition at line 1011 of file walletmodel.cpp.
| uint256 WalletModel::getLastBlockProcessed | ( | ) | const |
Definition at line 1199 of file walletmodel.cpp.
| int WalletModel::getLastBlockProcessedNum | ( | ) | const |
Definition at line 1204 of file walletmodel.cpp.
| CAmount WalletModel::getLockedBalance | ( | bool | isTransparent | ) | const |
Definition at line 171 of file walletmodel.cpp.
| CAmount WalletModel::getMinColdStakingAmount | ( | ) | const |
| bool WalletModel::getMNCollateralCandidate | ( | COutPoint & | outPoint | ) |
Definition at line 1030 of file walletmodel.cpp.
| CAmount WalletModel::getNetMinFee | ( | ) |
Definition at line 1209 of file walletmodel.cpp.
| CallResult< Destination > WalletModel::getNewAddress | ( | const std::string & | label = "" | ) | const |
Definition at line 957 of file walletmodel.cpp.
| CallResult< Destination > WalletModel::getNewShieldedAddress | ( | std::string | strLabel = "" | ) |
Return a new shielded address.
Definition at line 971 of file walletmodel.cpp.
| CallResult< Destination > WalletModel::getNewStakingAddress | ( | const std::string & | label = "" | ) | const |
Return a new address used to receive for delegated cold stake purpose.
Definition at line 964 of file walletmodel.cpp.
| OptionsModel * WalletModel::getOptionsModel | ( | ) |
|
inline |
Return new wallet rescan reserver.
Definition at line 287 of file walletmodel.h.
| QString WalletModel::getSaplingAddressString | ( | const CWalletTx * | wtx, |
| const SaplingOutPoint & | op | ||
| ) | const |
Definition at line 1018 of file walletmodel.cpp.
| Optional< QString > WalletModel::getShieldedAddressFromSpendDesc | ( | const uint256 & | txHash, |
| int | index | ||
| ) |
Definition at line 1188 of file walletmodel.cpp.
| double WalletModel::getSSTMinimum | ( | ) | const |
Definition at line 372 of file walletmodel.cpp.
| TransactionTableModel * WalletModel::getTransactionTableModel | ( | ) |
Definition at line 678 of file walletmodel.cpp.
| CAmount WalletModel::getUnlockedBalance | ( | const CCoinControl * | coinControl = nullptr, |
| bool | fIncludeDelegated = true, |
||
| bool | fIncludeShielded = true |
||
| ) | const |
Definition at line 161 of file walletmodel.cpp.
|
inline |
| bool WalletModel::getWalletCustomFee | ( | CAmount & | nFeeRet | ) |
| QString WalletModel::getWalletPath | ( | ) |
Definition at line 136 of file walletmodel.cpp.
| CAmount WalletModel::getWalletStakeSplitThreshold | ( | ) | const |
Definition at line 366 of file walletmodel.cpp.
| int WalletModel::getWalletTxDepth | ( | const uint256 & | txHash | ) | const |
Definition at line 1050 of file walletmodel.cpp.
|
inline |
Definition at line 358 of file walletmodel.h.
|
inline |
| bool WalletModel::hasWalletCustomFee | ( | ) |
|
inline |
| bool WalletModel::haveWatchOnly | ( | ) | const |
| void WalletModel::init | ( | ) |
| bool WalletModel::isColdStaking | ( | ) | const |
Definition at line 186 of file walletmodel.cpp.
| bool WalletModel::isColdStakingNetworkelyEnabled | ( | ) | const |
Whether cold staking is enabled or disabled in the network.
Definition at line 91 of file walletmodel.cpp.
| bool WalletModel::isHDEnabled | ( | ) | const |
Definition at line 111 of file walletmodel.cpp.
Definition at line 1115 of file walletmodel.cpp.
| bool WalletModel::isMine | ( | const CWDestination & | address | ) |
Definition at line 1168 of file walletmodel.cpp.
| bool WalletModel::isMine | ( | const QString & | addressStr | ) |
| bool WalletModel::isRegTestNetwork | ( | ) | const |
Definition at line 81 of file walletmodel.cpp.
| bool WalletModel::isSaplingInMaintenance | ( | ) | const |
Definition at line 96 of file walletmodel.cpp.
| bool WalletModel::isSaplingWalletEnabled | ( | ) | const |
Definition at line 116 of file walletmodel.cpp.
| bool WalletModel::IsShieldedDestination | ( | const CWDestination & | address | ) |
| bool WalletModel::isShutdownRequested | ( | ) |
Definition at line 86 of file walletmodel.cpp.
| bool WalletModel::isSpent | ( | const COutPoint & | outpoint | ) | const |
| bool WalletModel::isStakingOnlyUnlocked | ( | ) |
| bool WalletModel::isStakingStatusActive | ( | ) | const |
Definition at line 106 of file walletmodel.cpp.
| bool WalletModel::isTestNetwork | ( | ) | const |
Definition at line 76 of file walletmodel.cpp.
| bool WalletModel::isUsed | ( | CTxDestination | address | ) |
| bool WalletModel::isV6Enforced | ( | ) | const |
Definition at line 101 of file walletmodel.cpp.
| bool WalletModel::isWalletLocked | ( | bool | fFullUnlocked = true | ) | const |
Definition at line 213 of file walletmodel.cpp.
| bool WalletModel::isWalletUnlocked | ( | ) | const |
Definition at line 206 of file walletmodel.cpp.
| void WalletModel::listAvailableNotes | ( | std::map< ListCoinsKey, std::vector< ListCoinsValue >> & | mapCoins | ) | const |
Definition at line 1075 of file walletmodel.cpp.
| void WalletModel::listCoins | ( | std::map< ListCoinsKey, std::vector< ListCoinsValue >> & | mapCoins | ) | const |
| void WalletModel::listCoins | ( | std::map< ListCoinsKey, std::vector< ListCoinsValue >> & | mapCoins, |
| bool | fSelectTransparent | ||
| ) | const |
Definition at line 1066 of file walletmodel.cpp.
| std::set< COutPoint > WalletModel::listLockedCoins | ( | ) |
Definition at line 1136 of file walletmodel.cpp.
| std::set< SaplingOutPoint > WalletModel::listLockedNotes | ( | ) |
Definition at line 1142 of file walletmodel.cpp.
| void WalletModel::loadReceiveRequests | ( | std::vector< std::string > & | vReceiveRequests | ) |
Definition at line 1124 of file walletmodel.cpp.
| bool WalletModel::lockForStakingOnly | ( | const SecureString & | passPhrase = SecureString() | ) |
|
signal |
|
signal |
|
signal |
notify stake-split threshold changed
|
signal |
|
slot |
|
slot |
Definition at line 316 of file walletmodel.cpp.
| OperationResult WalletModel::PrepareShieldedTransaction | ( | WalletModelTransaction * | modelTransaction, |
| bool | fromTransparent, | ||
| const CCoinControl * | coinControl = nullptr |
||
| ) |
Definition at line 613 of file walletmodel.cpp.
| WalletModel::SendCoinsReturn WalletModel::prepareTransaction | ( | WalletModelTransaction * | transaction, |
| const CCoinControl * | coinControl = nullptr, |
||
| bool | fIncludeDelegations = true |
||
| ) |
Definition at line 455 of file walletmodel.cpp.
| bool WalletModel::processBalanceChangeInternal | ( | ) |
| WalletModel::UnlockContext WalletModel::requestUnlock | ( | ) |
Definition at line 883 of file walletmodel.cpp.
|
signal |
| void WalletModel::resetWalletOptions | ( | QSettings & | settings | ) |
Definition at line 69 of file walletmodel.cpp.
| bool WalletModel::saveReceiveRequest | ( | const std::string & | sAddress, |
| const int64_t | nId, | ||
| const std::string & | sRequest | ||
| ) |
| WalletModel::SendCoinsReturn WalletModel::sendCoins | ( | WalletModelTransaction & | transaction | ) |
Definition at line 567 of file walletmodel.cpp.
|
inline |
|
inline |
| void WalletModel::setClientModel | ( | ClientModel * | client_model | ) |
Definition at line 1194 of file walletmodel.cpp.
|
inline |
| void WalletModel::setWalletCustomFee | ( | bool | fUseCustomFee, |
| const CAmount | nFee = DEFAULT_TRANSACTION_FEE |
||
| ) |
Definition at line 347 of file walletmodel.cpp.
| void WalletModel::setWalletDefaultFee | ( | CAmount | fee = DEFAULT_TRANSACTION_FEE | ) |
| bool WalletModel::setWalletEncrypted | ( | bool | encrypted, |
| const SecureString & | passphrase | ||
| ) |
Definition at line 713 of file walletmodel.cpp.
| bool WalletModel::setWalletLocked | ( | bool | locked, |
| const SecureString & | passPhrase = SecureString(), |
||
| bool | stakingOnly = false |
||
| ) |
Definition at line 724 of file walletmodel.cpp.
| void WalletModel::setWalletStakeSplitThreshold | ( | const CAmount | nStakeSplitThreshold | ) |
Definition at line 361 of file walletmodel.cpp.
|
signal |
| void WalletModel::stop | ( | ) |
Definition at line 321 of file walletmodel.cpp.
|
private |
Definition at line 1130 of file walletmodel.cpp.
|
private |
|
slot |
|
slot |
Definition at line 425 of file walletmodel.cpp.
| bool WalletModel::updateAddressBookPurpose | ( | const QString & | addressStr, |
| const std::string & | purpose | ||
| ) |
Definition at line 986 of file walletmodel.cpp.
|
slot |
|
slot |
Definition at line 377 of file walletmodel.cpp.
|
slot |
|
slot |
Definition at line 393 of file walletmodel.cpp.
| bool WalletModel::upgradeWallet | ( | std::string & | upgradeError | ) |
Definition at line 121 of file walletmodel.cpp.
| bool WalletModel::validateAddress | ( | const QString & | address | ) |
Definition at line 399 of file walletmodel.cpp.
| bool WalletModel::validateAddress | ( | const QString & | address, |
| bool | fStaking | ||
| ) |
| bool WalletModel::validateAddress | ( | const QString & | address, |
| bool | fStaking, | ||
| bool & | isShielded | ||
| ) |
| bool WalletModel::whitelistAddressFromColdStaking | ( | const QString & | addressStr | ) |
Definition at line 976 of file walletmodel.cpp.
|
private |
Definition at line 392 of file walletmodel.h.
|
private |
Definition at line 398 of file walletmodel.h.
|
private |
Definition at line 399 of file walletmodel.h.
|
private |
Definition at line 386 of file walletmodel.h.
|
private |
Definition at line 385 of file walletmodel.h.
|
private |
Definition at line 396 of file walletmodel.h.
|
private |
Definition at line 400 of file walletmodel.h.
|
private |
Definition at line 383 of file walletmodel.h.
|
private |
Definition at line 377 of file walletmodel.h.
|
private |
Definition at line 378 of file walletmodel.h.
|
private |
Definition at line 376 of file walletmodel.h.
|
private |
Definition at line 379 of file walletmodel.h.
|
private |
Definition at line 382 of file walletmodel.h.
|
private |
Definition at line 381 of file walletmodel.h.
|
private |
Definition at line 380 of file walletmodel.h.
|
private |
Definition at line 390 of file walletmodel.h.
|
private |
Definition at line 403 of file walletmodel.h.
|
private |
Definition at line 402 of file walletmodel.h.
|
private |
Definition at line 393 of file walletmodel.h.
|
private |
Definition at line 369 of file walletmodel.h.
|
private |
Definition at line 373 of file walletmodel.h.