![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
This is the complete list of members for CWallet, including all inherited members.
| Abandoned enum value | CWallet | |
| AbandonTransaction(const uint256 &hashTx) | CWallet | |
| AbortRescan() | CWallet | inline |
| AcceptedBlockHeader(const CBlockIndex *pindexNew) | CValidationInterface | inlinevirtual |
| ActivateSaplingWallet(bool memOnly=false) | CWallet | |
| AddCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret) override | CWallet | virtual |
| AddCryptedSaplingSpendingKey(const libzcash::SaplingExtendedFullViewingKey &extfvk, const std::vector< unsigned char > &vchCryptedSecret) | CCryptoKeyStore | virtual |
| AddCryptedSaplingSpendingKeyW(const libzcash::SaplingExtendedFullViewingKey &extfvk, const std::vector< unsigned char > &vchCryptedSecret) | CWallet | |
| AddCScript(const CScript &redeemScript) override | CWallet | virtual |
| AddDestData(const CTxDestination &dest, const std::string &key, const std::string &value) | CWallet | |
| AddExternalNotesDataToTx(CWalletTx &wtx) const | CWallet | |
| AddKey(const CKey &key) | CKeyStore | virtual |
| AddKeyPubKey(const CKey &key, const CPubKey &pubkey) override | CWallet | virtual |
| AddSaplingFullViewingKey(const libzcash::SaplingExtendedFullViewingKey &extfvk) | CBasicKeyStore | virtual |
| AddSaplingIncomingViewingKey(const libzcash::SaplingIncomingViewingKey &ivk, const libzcash::SaplingPaymentAddress &addr) | CBasicKeyStore | virtual |
| AddSaplingIncomingViewingKeyW(const libzcash::SaplingIncomingViewingKey &ivk, const libzcash::SaplingPaymentAddress &addr) | CWallet | |
| AddSaplingSpendingKey(const libzcash::SaplingExtendedSpendingKey &sk) | CBasicKeyStore | virtual |
| AddSaplingZKey(const libzcash::SaplingExtendedSpendingKey &key) | CWallet | |
| AddToSpends(const COutPoint &outpoint, const uint256 &wtxid) | CWallet | private |
| AddToSpends(const uint256 &wtxid) | CWallet | private |
| AddToWallet(const CWalletTx &wtxIn, bool fFlushOnClose=true) | CWallet | |
| AddToWalletIfInvolvingMe(const CTransactionRef &tx, const CWalletTx::Confirmation &confirm, bool fUpdate) | CWallet | |
| AddWatchOnly(const CScript &dest) override | CWallet | virtual |
| AutoCombineDust(CConnman *connman) | CWallet | |
| AvailableCoins(std::vector< COutput > *pCoins, const CCoinControl *coinControl=nullptr, AvailableCoinsFilter coinsFilter=AvailableCoinsFilter()) const | CWallet | |
| AvailableCoinsByAddress(bool fConfirmed, CAmount maxCoinValue, bool fIncludeColdStaking) | CWallet | |
| BackupWallet(const std::string &strDest) | CWallet | |
| BlockChecked(const CBlock &, const CValidationState &) | CValidationInterface | inlineprotectedvirtual |
| BlockConnected(const std::shared_ptr< const CBlock > &pblock, const CBlockIndex *pindex) override | CWallet | virtual |
| BlockDisconnected(const std::shared_ptr< const CBlock > &pblock, const uint256 &blockHash, int nBlockHeight, int64_t blockTime) override | CWallet | virtual |
| BlockUntilSyncedToCurrentChain() | CWallet | |
| CanSupportFeature(enum WalletFeature wf) | CWallet | |
| CCryptoKeyStore() | CCryptoKeyStore | inline |
| ChainTipAdded(const CBlockIndex *pindex, const CBlock *pblock, SaplingMerkleTree saplingTree) | CWallet | private |
| ChangeWalletPassphrase(const SecureString &strOldWalletPassphrase, const SecureString &strNewWalletPassphrase) | CWallet | |
| CheckOutputAvailability(const CTxOut &output, const unsigned int outIndex, const uint256 &wtxid, const CCoinControl *coinControl, const bool fCoinsSelected, const bool fIncludeColdStaking, const bool fIncludeDelegated, const bool fIncludeLocked) const | CWallet | private |
| ClearNoteWitnessCache() | CWallet | |
| CommitStatus enum name | CWallet | |
| CommitTransaction(CTransactionRef tx, CReserveKey &opReservekey, CConnman *connman) | CWallet | |
| CommitTransaction(CTransactionRef tx, CReserveKey *reservekey, CConnman *connman, mapValue_t *extraValues=nullptr) | CWallet | |
| CreateBudgetFeeTX(CTransactionRef &tx, const uint256 &hash, CReserveKey &keyChange, CAmount fee) | CWallet | |
| CreateCoinStake(const CBlockIndex *pindexPrev, unsigned int nBits, CMutableTransaction &txNew, int64_t &nTxNewTime, std::vector< CStakeableOutput > *availableCoins, bool stopOnNewBlock=true) const | CWallet | |
| CreateCoinstakeOuts(const CPivStake &stakeInput, std::vector< CTxOut > &vout, CAmount nTotal) const | CWallet | |
| CreateTransaction(const std::vector< CRecipient > &vecSend, CTransactionRef &txRet, CReserveKey &reservekey, CAmount &nFeeRet, int &nChangePosInOut, std::string &strFailReason, const CCoinControl *coinControl=nullptr, bool sign=true, CAmount nFeePay=0, bool fIncludeDelegated=false, bool *fStakeDelegationVoided=nullptr, int nExtraSize=0, int nMinDepth=0) | CWallet | |
| CreateTransaction(CScript scriptPubKey, const CAmount &nValue, CTransactionRef &tx, CReserveKey &reservekey, CAmount &nFeeRet, std::string &strFailReason, const CCoinControl *coinControl=nullptr, CAmount nFeePay=0, bool fIncludeDelegated=false, bool *fStakeDelegationVoided=nullptr, int nExtraSize=0, int nMinDepth=0) | CWallet | |
| CreateWalletFromFile(const std::string &name, const fs::path &path) | CWallet | static |
| cs_KeyStore | CKeyStore | mutable |
| cs_wallet | CWallet | mutable |
| CWallet(std::string name, std::unique_ptr< WalletDatabase > dbw_in) | CWallet | |
| database | CWallet | private |
| DecrementNoteWitnesses(const CBlockIndex *pindex) | CWallet | |
| DecryptKey(const CKeyingMaterial &vMasterKey, const std::vector< unsigned char > &vchCryptedSecret, const CPubKey &vchPubKey, CKey &key) | CCryptoKeyStore | protectedstatic |
| DEFAULT_STAKE_SPLIT_THRESHOLD | CWallet | static |
| DelAddressBook(const CWDestination &address, const CChainParams::Base58Type addrType=CChainParams::PUBKEY_ADDRESS) | CWallet | |
| encrypted_batch | CWallet | |
| EncryptKeys(CKeyingMaterial &vMasterKeyIn) | CCryptoKeyStore | protected |
| EncryptWallet(const SecureString &strWalletPassphrase) | CWallet | |
| EraseDestData(const CTxDestination &dest, const std::string &key) | CWallet | |
| EraseFromWallet(const uint256 &hash) | CWallet | |
| fAbortRescan | CWallet | private |
| fCombineDust | CWallet | |
| fDecryptionThoroughlyChecked | CWallet | private |
| fFlushScheduled | CWallet | privatestatic |
| FindNotesDataAndAddMissingIVKToKeystore(const CTransaction &tx, Optional< mapSaplingNoteData_t > &saplingNoteData) | CWallet | |
| Flush(bool shutdown=false) | CWallet | |
| frequency | CWallet | |
| fScanningWallet | CWallet | private |
| FundTransaction(CMutableTransaction &tx, CAmount &nFeeRet, bool overrideEstimatedFeeRate, const CFeeRate &specificFeeRate, int &nChangePosInOut, std::string &strFailReason, bool includeWatching, bool lockUnspents, const std::set< int > &setSubtractFeeFromOutputs, const CTxDestination &destChange=CNoDestination()) | CWallet | |
| fUseCrypto | CCryptoKeyStore | private |
| fUseCustomFee | CWallet | |
| fWalletUnlockStaking | CWallet | |
| GenerateNewSaplingZKey(std::string label="") | CWallet | |
| GetAddressBalances() | CWallet | |
| GetAddressBookEntry(const CWDestination &address) const | CWallet | |
| GetAddressBookSize() const | CWallet | inline |
| GetAddressGroupings() | CWallet | |
| GetAffectedKeys(const CScript &spk) | CWallet | |
| GetAvailableBalance(bool fIncludeDelegated=true, bool fIncludeShielded=true) const | CWallet | |
| GetAvailableBalance(isminefilter &filter, bool useCache=false, int minDepth=1) const | CWallet | |
| GetAvailableP2CSCoins(std::vector< COutput > &vCoins) const | CWallet | |
| GetAvailableShieldedBalance(bool fUseCache=true) const | CWallet | |
| GetBalance(int min_depth=0) const | CWallet | |
| GetChange(const CTxOut &txout) const | CWallet | |
| GetChange(const CTransactionRef &tx) const | CWallet | |
| GetColdStakingBalance() const | CWallet | |
| GetConflicts(const uint256 &txid) const | CWallet | |
| GetCredit(const CTxOut &txout, const isminefilter &filter) const | CWallet | |
| GetCredit(const CWalletTx &tx, const isminefilter &filter) const | CWallet | |
| GetCScript(const CScriptID &hash, CScript &redeemScriptOut) const | CBasicKeyStore | virtual |
| GetDBHandle() const | CWallet | inline |
| GetDBHandlePtr() const | CWallet | inline |
| GetDebit(const CTxIn &txin, const isminefilter &filter) const | CWallet | |
| GetDebit(const CTransactionRef &tx, const isminefilter &filter) const | CWallet | |
| GetDelegatedBalance() const | CWallet | |
| GetDestValues(const std::string &prefix) const | CWallet | |
| GetEncryptionKey() const | CWallet | |
| GetImmatureBalance() const | CWallet | |
| GetImmatureColdStakingBalance() const | CWallet | |
| GetImmatureDelegatedBalance() const | CWallet | |
| GetImmatureWatchOnlyBalance() const | CWallet | |
| GetKey(const CKeyID &address, CKey &keyOut) const override | CCryptoKeyStore | virtual |
| GetKeyBirthTimes(std::map< CKeyID, int64_t > &mapKeyBirth) const EXCLUSIVE_LOCKS_REQUIRED(cs_main) | CWallet | |
| GetKeyCreationTime(const CWDestination &dest) | CWallet | |
| GetKeyCreationTime(CPubKey pubkey) | CWallet | |
| GetKeyCreationTime(const CTxDestination &address) | CWallet | |
| GetKeyCreationTime(const libzcash::SaplingPaymentAddress &address) | CWallet | |
| GetKeyFromPool(CPubKey &key, const uint8_t &type=HDChain::ChangeType::EXTERNAL) | CWallet | |
| GetKeyPoolSize() | CWallet | |
| GetKeys() const override | CCryptoKeyStore | virtual |
| GetLabelAddresses(const std::string &label) const | CWallet | |
| GetLastBlockHeight() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | CWallet | inline |
| GetLastBlockHeightLockWallet() const | CWallet | |
| GetLegacyBalance(const isminefilter &filter, int minDepth) const | CWallet | |
| GetLockedCoins() const | CWallet | |
| GetLockedShieldCoins() const | CWallet | |
| GetMasternodeVinAndKeys(CPubKey &pubKeyRet, CKey &keyRet, const COutPoint &collateralOut, bool fValidateCollateral, std::string &strError) | CWallet | |
| GetName() const | CWallet | inline |
| GetNameForAddressBookEntry(const CWDestination &address) const | CWallet | |
| getNewAddress(const std::string &addressLabel, const std::string purpose, const CChainParams::Base58Type addrType=CChainParams::PUBKEY_ADDRESS) | CWallet | |
| getNewAddress(const std::string &label) | CWallet | |
| getNewStakingAddress(const std::string &label) | CWallet | |
| GetOldestKeyPoolTime() | CWallet | |
| GetOutputsFromCoinControl(const CCoinControl *coinControl) | CWallet | private |
| GetPathToDBFile() | CWallet | inline |
| GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const override | CCryptoKeyStore | virtual |
| GetPurposeForAddressBookEntry(const CWDestination &address) const | CWallet | |
| GetSaplingExtendedSpendingKey(const libzcash::SaplingPaymentAddress &addr, libzcash::SaplingExtendedSpendingKey &extskOut) const | CBasicKeyStore | |
| GetSaplingFullViewingKey(const libzcash::SaplingIncomingViewingKey &ivk, libzcash::SaplingExtendedFullViewingKey &extfvkOut) const | CBasicKeyStore | virtual |
| GetSaplingIncomingViewingKey(const libzcash::SaplingPaymentAddress &addr, libzcash::SaplingIncomingViewingKey &ivkOut) const | CBasicKeyStore | virtual |
| GetSaplingPaymentAddresses(std::set< libzcash::SaplingPaymentAddress > &setAddress) const | CBasicKeyStore | virtual |
| GetSaplingScriptPubKeyMan() const | CWallet | inline |
| GetSaplingSpendingKey(const libzcash::SaplingExtendedFullViewingKey &extfvk, libzcash::SaplingExtendedSpendingKey &skOut) const override | CCryptoKeyStore | virtual |
| GetScriptPubKeyMan() const | CWallet | |
| GetStakeSplitThreshold() const | CWallet | inline |
| GetStakingBalance(const bool fIncludeColdStaking=true) const | CWallet | |
| GetStakingKeyPoolSize() | CWallet | |
| GetUnconfirmedBalance(isminetype filter=ISMINE_SPENDABLE_ALL) const | CWallet | |
| GetUnconfirmedShieldedBalance() const | CWallet | |
| GetUnconfirmedWatchOnlyBalance() const | CWallet | |
| GetUniqueWalletBackupName() const | CWallet | |
| GetVersion() | CWallet | |
| GetWalletTx(const uint256 &hash) const | CWallet | |
| getWalletTxs() | CWallet | |
| GetWatchOnlyBalance() const | CWallet | |
| GUARDED_BY(cs_wallet) | CWallet | private |
| GUARDED_BY(cs_wallet) | CWallet | private |
| GUARDED_BY(cs_wallet)=0 | CWallet | privatepure virtual |
| HasAddressBook(const CWDestination &address) const | CWallet | |
| HasDelegator(const CTxOut &out) const | CWallet | |
| HasEncryptionKeys() const | CWallet | |
| HasSaplingSPKM() const | CWallet | |
| HaveCScript(const CScriptID &hash) const | CBasicKeyStore | virtual |
| HaveKey(const CKeyID &address) const override | CCryptoKeyStore | virtual |
| CBasicKeyStore::HaveKey(const CExchangeKeyID &address) const | CBasicKeyStore | |
| HaveSaplingFullViewingKey(const libzcash::SaplingIncomingViewingKey &ivk) const | CBasicKeyStore | virtual |
| HaveSaplingIncomingViewingKey(const libzcash::SaplingPaymentAddress &addr) const | CBasicKeyStore | virtual |
| HaveSaplingSpendingKey(const libzcash::SaplingExtendedFullViewingKey &extfvk) const override | CCryptoKeyStore | virtual |
| HaveSpendingKeyForPaymentAddress(const libzcash::SaplingPaymentAddress &zaddr) const | CWallet | |
| HaveWatchOnly(const CScript &dest) const | CBasicKeyStore | virtual |
| HaveWatchOnly() const | CBasicKeyStore | virtual |
| IncOrderPosNext(WalletBatch *batch=nullptr) | CWallet | |
| IncrementNoteWitnesses(const CBlockIndex *pindex, const CBlock *pblock, SaplingMerkleTree &saplingTree) | CWallet | |
| IsAbortingRescan() | CWallet | inline |
| IsChange(const CTxOut &txout) const | CWallet | |
| IsChange(const CTxDestination &address) const | CWallet | |
| IsCrypted() const | CCryptoKeyStore | inline |
| IsFromMe(const CTransactionRef &tx) const | CWallet | |
| IsHDEnabled() const | CWallet | |
| IsKeyUsed(const CPubKey &vchPubKey) const | CWallet | private |
| IsLocked() const | CCryptoKeyStore | |
| IsLockedCoin(const uint256 &hash, unsigned int n) const | CWallet | |
| IsLockedNote(const SaplingOutPoint &op) const | CWallet | |
| IsMine(const CTxIn &txin) const | CWallet | |
| IsMine(const CTxOut &txout) const | CWallet | |
| IsMine(const CTransactionRef &tx) const | CWallet | |
| IsSaplingSpent(const SaplingOutPoint &op) const | CWallet | |
| IsSaplingUpgradeEnabled() const | CWallet | |
| IsScanning() | CWallet | inline |
| IsSpent(const COutPoint &outpoint) const | CWallet | |
| IsSpent(const uint256 &hash, unsigned int n) const | CWallet | |
| IsUsed(const CTxDestination address) const | CWallet | |
| IsUsed(const libzcash::SaplingPaymentAddress address) const | CWallet | |
| KeepKey(int64_t nIndex) | CWallet | |
| KeypoolCountExternalKeys() | CWallet | |
| ListCoins() const | CWallet | |
| ListLockedCoins() | CWallet | |
| ListLockedNotes() | CWallet | |
| ListNotes() const | CWallet | |
| LoadAddressBookName(const CWDestination &dest, const std::string &strName) | CWallet | |
| LoadAddressBookPurpose(const CWDestination &dest, const std::string &strPurpose) | CWallet | |
| LoadCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret) | CWallet | |
| LoadCryptedSaplingZKey(const libzcash::SaplingExtendedFullViewingKey &extfvk, const std::vector< unsigned char > &vchCryptedSecret) | CWallet | |
| LoadCScript(const CScript &redeemScript) | CWallet | |
| LoadDestData(const CTxDestination &dest, const std::string &key, const std::string &value) | CWallet | |
| LoadKey(const CKey &key, const CPubKey &pubkey) | CWallet | inline |
| LoadKeyMetadata(const CPubKey &pubkey, const CKeyMetadata &metadata) | CWallet | |
| LoadMinVersion(int nVersion) | CWallet | |
| LoadSaplingPaymentAddress(const libzcash::SaplingPaymentAddress &addr, const libzcash::SaplingIncomingViewingKey &ivk) | CWallet | |
| LoadSaplingZKey(const libzcash::SaplingExtendedSpendingKey &key) | CWallet | |
| LoadSaplingZKeyMetadata(const libzcash::SaplingIncomingViewingKey &ivk, const CKeyMetadata &meta) | CWallet | |
| LoadToWallet(CWalletTx &wtxIn) | CWallet | |
| LoadWallet(bool &fFirstRunRet) | CWallet | |
| LoadWatchOnly(const CScript &dest) | CWallet | |
| Lock() | CWallet | |
| LockCoin(const COutPoint &output) | CWallet | |
| LockIfMyCollateral(const CTransactionRef &ptx) | CWallet | |
| LockNote(const SaplingOutPoint &op) | CWallet | |
| LockOutpointIfMine(const CTransactionRef &ptx, const COutPoint &c) | CWallet | |
| LockOutpointIfMineWithMutex(const CTransactionRef &ptx, const COutPoint &c) | CWallet | |
| loopTxsBalance(const std::function< void(const uint256 &, const CWalletTx &, CAmount &)> &method) const | CWallet | |
| m_name | CWallet | private |
| m_spk_man | CWallet | private |
| m_sspk_man | CWallet | private |
| mapAddressBook | CWallet | private |
| mapCryptedKeys | CCryptoKeyStore | protected |
| mapCryptedSaplingSpendingKeys | CCryptoKeyStore | protected |
| mapKeyMetadata | CWallet | |
| mapKeys | CBasicKeyStore | protected |
| mapMasterKeys | CWallet | |
| mapSaplingFullViewingKeys | CBasicKeyStore | |
| mapSaplingIncomingViewingKeys | CBasicKeyStore | |
| mapSaplingSpendingKeys | CBasicKeyStore | |
| mapScripts | CBasicKeyStore | protected |
| mapTxSpends | CWallet | private |
| mapWallet | CWallet | |
| mapWatchKeys | CBasicKeyStore | protected |
| MarkAffectedTransactionsDirty(const CTransaction &tx) | CWallet | |
| MarkConflicted(const uint256 &hashBlock, int conflicting_height, const uint256 &hashTx) | CWallet | private |
| MarkDirty() | CWallet | |
| MasterKeyMap typedef | CWallet | |
| minStakeSplitThreshold | CWallet | static |
| minTxFee | CWallet | static |
| mutexScanning | CWallet | private |
| nAutoCombineThreshold | CWallet | |
| nCustomFee | CWallet | |
| NewAddressBookIterator() | CWallet | inline |
| nLastResend | CWallet | private |
| nMasterKeyMaxID | CWallet | |
| nNextResend | CWallet | private |
| nOrderPosNext | CWallet | |
| NotAccepted enum value | CWallet | |
| NotifyAddressBookChanged | CWallet | |
| NotifyMasternodeListChanged(bool undo, const CDeterministicMNList &oldMNList, const CDeterministicMNListDiff &diff) | CValidationInterface | inlineprotectedvirtual |
| NotifySSTChanged | CWallet | |
| NotifyStatusChanged | CCryptoKeyStore | |
| NotifyTransactionChanged | CWallet | |
| NotifyWalletBacked | CWallet | |
| NotifyWatchonlyChanged | CWallet | |
| nRelockTime | CWallet | |
| nStakeSplitThreshold | CWallet | |
| nTimeBestReceived | CWallet | private |
| nTimeFirstKey | CWallet | |
| nWalletMaxVersion | CWallet | private |
| nWalletVersion | CWallet | private |
| OK enum value | CWallet | |
| ParseIntoAddress(const CWDestination &dest, const std::string &purpose) | CWallet | static |
| postInitProcess(CScheduler &scheduler) | CWallet | |
| pStakerStatus | CWallet | |
| ReacceptWalletTransactions(bool fFirstLoad=false) | CWallet | |
| RemoveWatchOnly(const CScript &dest) override | CWallet | virtual |
| RescanFromTime(int64_t startTime, const WalletRescanReserver &reserver, bool update) | CWallet | |
| ResendWalletTransactions(CConnman *connman) override | CWallet | virtual |
| ReturnKey(int64_t nIndex, const bool internal=false, const bool staking=false) | CWallet | |
| ScanForWalletTransactions(CBlockIndex *pindexStart, CBlockIndex *pindexStop, const WalletRescanReserver &reserver, bool fUpdate=false, bool fromStartup=false) | CWallet | |
| SelectCoinsMinConf(const CAmount &nTargetValue, int nConfMine, int nConfTheirs, uint64_t nMaxAncestors, std::vector< COutput > vCoins, std::set< std::pair< const CWalletTx *, unsigned int > > &setCoinsRet, CAmount &nValueRet) const | CWallet | |
| SelectCoinsToSpend(const std::vector< COutput > &vAvailableCoins, const CAmount &nTargetValue, std::set< std::pair< const CWalletTx *, unsigned int > > &setCoinsRet, CAmount &nValueRet, const CCoinControl *coinControl=nullptr) const | CWallet | |
| SetAddressBook(const CWDestination &address, const std::string &strName, const std::string &purpose) | CWallet | |
| SetBestChain(const CBlockLocator &loc) override | CWallet | virtual |
| SetBestChainInternal(WalletBatch &batch, const CBlockLocator &loc) | CWallet | |
| SetCrypted() | CCryptoKeyStore | protected |
| SetLastBlockProcessed(const CBlockIndex *pindex) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | CWallet | inline |
| setLockedCoins | CWallet | |
| setLockedNotes | CWallet | |
| SetMaxVersion(int nVersion) | CWallet | |
| SetMinVersion(enum WalletFeature, WalletBatch *batch_in=nullptr, bool fExplicit=false) | CWallet | |
| SetNull() | CWallet | |
| SetStakeSplitThreshold(const CAmount sst) | CWallet | |
| SetupSPKM(bool newKeypool=true, bool memOnly=false) | CWallet | |
| setWatchOnly | CBasicKeyStore | protected |
| ShowProgress | CWallet | |
| SignCoinStake(CMutableTransaction &txNew) const | CWallet | |
| StakeableCoins(std::vector< CStakeableOutput > *pCoins=nullptr) | CWallet | |
| SyncMetaData(std::pair< typename TxSpendMap< T >::iterator, typename TxSpendMap< T >::iterator > range) | CWallet | private |
| SyncMetaDataN(std::pair< TxSpendMap< uint256 >::iterator, TxSpendMap< uint256 >::iterator > range) | CWallet | |
| SyncTransaction(const CTransactionRef &tx, const CWalletTx::Confirmation &confirm) | CWallet | private |
| TopUpKeyPool(unsigned int kpSize=0) | CWallet | |
| TransactionAddedToMempool(const CTransactionRef &tx) override | CWallet | virtual |
| TransactionRemovedFromMempool(const CTransactionRef &ptx, MemPoolRemovalReason reason) override | CWallet | virtual |
| TxItems typedef | CWallet | |
| TxSpends typedef | CWallet | private |
| Unlock(const SecureString &strWalletPassphrase, bool anonimizeOnly=false) | CWallet | |
| Unlock(const CKeyingMaterial &vMasterKeyIn) | CWallet | |
| UnlockAllCoins() | CWallet | |
| UnlockAllNotes() | CWallet | |
| UnlockCoin(const COutPoint &output) | CWallet | |
| UnlockNote(const SaplingOutPoint &op) | CWallet | |
| UnlockSaplingKeys(const CKeyingMaterial &vMasterKeyIn, bool fDecryptionThoroughlyChecked) | CCryptoKeyStore | protected |
| UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) override | CWallet | virtual |
| UpdateTimeFirstKey(int64_t nCreateTime) | CWallet | |
| Upgrade(std::string &error, const int prevVersion) | CWallet | |
| vMasterKey | CCryptoKeyStore | protected |
| void ::RegisterSharedValidationInterface(std::shared_ptr< CValidationInterface >) | CValidationInterface | protected |
| void ::UnregisterAllValidationInterfaces() | CValidationInterface | protected |
| void ::UnregisterValidationInterface(CValidationInterface *) | CValidationInterface | protected |
| WalletRescanReserver class | CWallet | friend |
| wtxOrdered | CWallet | |
| ZapWalletTx(std::vector< CWalletTx > &vWtx) | CWallet | |
| ~CKeyStore() | CKeyStore | inlinevirtual |
| ~CValidationInterface()=default | CValidationInterface | virtual |
| ~CWallet() | CWallet |