![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
This is the complete list of members for wallet::CWallet, including all inherited members.
| AbandonTransaction(const Txid &hashTx) | wallet::CWallet | |
| AbandonTransaction(CWalletTx &tx) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| AbortRescan() | wallet::CWallet | inline |
| AddActiveScriptPubKeyMan(uint256 id, OutputType type, bool internal) | wallet::CWallet | |
| AddActiveScriptPubKeyManWithDb(WalletBatch &batch, uint256 id, OutputType type, bool internal) | wallet::CWallet | private |
| AddScriptPubKeyMan(const uint256 &id, std::unique_ptr< ScriptPubKeyMan > spkm_man) | wallet::CWallet | private |
| AddToSpends(const COutPoint &outpoint, const Txid &txid) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
| AddToSpends(const CWalletTx &wtx) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
| AddToWallet(CTransactionRef tx, const TxState &state, const UpdateWalletTxFn &update_wtx=nullptr, bool rescanning_old_block=false) | wallet::CWallet | |
| AddToWalletIfInvolvingMe(const CTransactionRef &tx, const SyncTxState &state, bool fUpdate, bool rescanning_old_block) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
| AddWalletDescriptor(WalletDescriptor &desc, const FlatSigningProvider &signing_provider, const std::string &label, bool internal) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| ApplyMigrationData(WalletBatch &local_wallet_batch, MigrationData &data) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| AttachChain(const std::shared_ptr< CWallet > &wallet, interfaces::Chain &chain, const bool rescan_required, bilingual_str &error, std::vector< bilingual_str > &warnings) | wallet::CWallet | privatestatic |
| BackupWallet(const std::string &strDest) const | wallet::CWallet | |
| blockConnected(ChainstateRole role, const interfaces::BlockInfo &block) override | wallet::CWallet | virtual |
| blockDisconnected(const interfaces::BlockInfo &block) override | wallet::CWallet | virtual |
| CacheNewScriptPubKeys(const std::set< CScript > &spks, ScriptPubKeyMan *spkm) | wallet::CWallet | |
| CanGetAddresses(bool internal=false) const | wallet::CWallet | |
| CanGrindR() const | wallet::CWallet | |
| chain() const | wallet::CWallet | inline |
| chainStateFlushed(ChainstateRole role, const CBlockLocator &locator) | interfaces::Chain::Notifications | inlinevirtual |
| ChangeWalletPassphrase(const SecureString &strOldWalletPassphrase, const SecureString &strNewWalletPassphrase) | wallet::CWallet | |
| Close() | wallet::CWallet | |
| CommitTransaction(CTransactionRef tx, mapValue_t mapValue, std::vector< std::pair< std::string, std::string > > orderForm) | wallet::CWallet | |
| ComputeTimeSmart(const CWalletTx &wtx, bool rescanning_old_block) const | wallet::CWallet | |
| ConnectScriptPubKeyManNotifiers() | wallet::CWallet | |
| Create(WalletContext &context, const std::string &name, std::unique_ptr< WalletDatabase > database, uint64_t wallet_creation_flags, bilingual_str &error, std::vector< bilingual_str > &warnings) | wallet::CWallet | static |
| cs_wallet | wallet::CWallet | mutable |
| CWallet(interfaces::Chain *chain, const std::string &name, std::unique_ptr< WalletDatabase > database) | wallet::CWallet | inline |
| DeactivateScriptPubKeyMan(uint256 id, OutputType type, bool internal) | wallet::CWallet | |
| DelAddressBook(const CTxDestination &address) | wallet::CWallet | |
| DelAddressBookWithDB(WalletBatch &batch, const CTxDestination &address) | wallet::CWallet | |
| DisplayAddress(const CTxDestination &dest) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| DisplayName() const | wallet::CWallet | inline |
| EncryptWallet(const SecureString &strWalletPassphrase) | wallet::CWallet | |
| EraseAddressReceiveRequest(WalletBatch &batch, const CTxDestination &dest, const std::string &id) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| fAbortRescan | wallet::CWallet | private |
| fBroadcastTransactions | wallet::CWallet | private |
| FillPSBT(PartiallySignedTransaction &psbtx, bool &complete, std::optional< int > sighash_type=std::nullopt, bool sign=true, bool bip32derivs=true, size_t *n_signed=nullptr, bool finalize=true) const | wallet::CWallet | |
| FindAddressBookEntry(const CTxDestination &, bool allow_change=false) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| ForEachAddrBookEntry(const ListAddrBookFunc &func) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| fScanningWallet | wallet::CWallet | private |
| GetActiveHDPubKeys() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| GetActiveScriptPubKeyMans() const | wallet::CWallet | |
| GetAddressReceiveRequests() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| GetAllScriptPubKeyMans() const | wallet::CWallet | |
| GetBirthTime() const | wallet::CWallet | inline |
| GetBroadcastTransactions() const | wallet::CWallet | inline |
| GetConflicts(const Txid &txid) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| GetDatabase() const override | wallet::CWallet | inlinevirtual |
| GetDebit(const CTxIn &txin) const | wallet::CWallet | |
| GetDebit(const CTransaction &tx) const | wallet::CWallet | |
| GetDefaultNextResend() | wallet::CWallet | privatestatic |
| GetDescriptorScriptPubKeyMan(const WalletDescriptor &desc) const | wallet::CWallet | |
| GetDescriptorsForLegacy(bilingual_str &error) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| GetKey(const CKeyID &keyid) const | wallet::CWallet | |
| GetKeyPoolSize() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| GetLastBlockHash() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | inline |
| GetLastBlockHeight() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | inline |
| GetLegacyDataSPKM() const | wallet::CWallet | |
| GetName() const | wallet::CWallet | inline |
| GetNewChangeDestination(const OutputType type) | wallet::CWallet | |
| GetNewDestination(const OutputType type, const std::string label) | wallet::CWallet | |
| GetOrCreateLegacyDataSPKM() | wallet::CWallet | |
| GetScriptPubKeyMan(const OutputType &type, bool internal) const | wallet::CWallet | |
| GetScriptPubKeyMan(const uint256 &id) const | wallet::CWallet | |
| GetScriptPubKeyMans(const CScript &script) const | wallet::CWallet | |
| GetSolvingProvider(const CScript &script) const | wallet::CWallet | |
| GetSolvingProvider(const CScript &script, SignatureData &sigdata) const | wallet::CWallet | |
| GetTxBlocksToMaturity(const CWalletTx &wtx) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| GetTxConflicts(const CWalletTx &wtx) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| GetTxDepthInMainChain(const CWalletTx &wtx) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| GetTXO(const COutPoint &outpoint) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| GetTXOs() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | inline |
| GetWalletDescriptors(const CScript &script) const | wallet::CWallet | |
| GetWalletFlags() const | wallet::CWallet | |
| GetWalletTx(const Txid &hash) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| GUARDED_BY(cs_wallet) | wallet::CWallet | private |
| GUARDED_BY(cs_wallet) | wallet::CWallet | private |
| GUARDED_BY(cs_wallet) | wallet::CWallet | private |
| GUARDED_BY(cs_wallet) | wallet::CWallet | private |
| GUARDED_BY(cs_wallet) | wallet::CWallet | private |
| GUARDED_BY(cs_wallet) | wallet::CWallet | |
| GUARDED_BY(cs_wallet)=0 | wallet::CWallet | pure virtual |
| GUARDED_BY(cs_wallet) | wallet::CWallet | |
| GUARDED_BY(cs_wallet) | wallet::CWallet | |
| GUARDED_BY(cs_wallet) | wallet::CWallet | inline |
| HasEncryptionKeys() const override | wallet::CWallet | virtual |
| HasWalletSpend(const CTransactionRef &tx) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| HaveChain() const | wallet::CWallet | inline |
| HaveCryptedKeys() const | wallet::CWallet | |
| IncOrderPosNext(WalletBatch *batch=nullptr) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| InitWalletFlags(uint64_t flags) | wallet::CWallet | |
| IsAbortingRescan() const | wallet::CWallet | inline |
| IsActiveScriptPubKeyMan(const ScriptPubKeyMan &spkm) const | wallet::CWallet | |
| IsAddressPreviouslySpent(const CTxDestination &dest) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| IsCrypted() const | wallet::CWallet | |
| IsFromMe(const CTransaction &tx) const | wallet::CWallet | |
| IsHDEnabled() const | wallet::CWallet | |
| IsInternalScriptPubKeyMan(ScriptPubKeyMan *spk_man) const | wallet::CWallet | |
| IsLocked() const override | wallet::CWallet | virtual |
| IsLockedCoin(const COutPoint &output) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| IsMine(const CTxDestination &dest) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| IsMine(const CScript &script) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| IsMine(const CTxOut &txout) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| IsMine(const CTransaction &tx) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| IsMine(const COutPoint &outpoint) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| IsScanning() const | wallet::CWallet | inline |
| IsScanningWithPassphrase() const | wallet::CWallet | inline |
| IsSpent(const COutPoint &outpoint) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| IsSpentKey(const CScript &scriptPubKey) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| IsTxImmatureCoinBase(const CWalletTx &wtx) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| IsWalletFlagSet(uint64_t flag) const override | wallet::CWallet | virtual |
| KeypoolCountExternalKeys() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| ListAddrBookAddresses(const std::optional< AddrBookFilter > &filter) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| ListAddrBookFunc typedef | wallet::CWallet | |
| ListAddrBookLabels(const std::optional< AddressPurpose > purpose) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| ListLockedCoins(std::vector< COutPoint > &vOutpts) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| LoadActiveScriptPubKeyMan(uint256 id, OutputType type, bool internal) | wallet::CWallet | |
| LoadAddressPreviouslySpent(const CTxDestination &dest) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| LoadAddressReceiveRequest(const CTxDestination &dest, const std::string &id, const std::string &request) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| LoadDescriptorScriptPubKeyMan(uint256 id, WalletDescriptor &desc) | wallet::CWallet | |
| LoadLockedCoin(const COutPoint &coin, bool persistent) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| LoadToWallet(const Txid &hash, const UpdateWalletTxFn &fill_wtx) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| LoadWallet() | wallet::CWallet | |
| LoadWalletFlags(uint64_t flags) | wallet::CWallet | |
| Lock() | wallet::CWallet | |
| LockCoin(const COutPoint &output, bool persist) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| LogName() const override | wallet::CWallet | inlinevirtual |
| m_allow_fallback_fee | wallet::CWallet | |
| m_best_block_time | wallet::CWallet | private |
| m_birth_time | wallet::CWallet | private |
| m_cached_spks | wallet::CWallet | private |
| m_chain | wallet::CWallet | private |
| m_chain_notifications_handler | wallet::CWallet | |
| m_confirm_target | wallet::CWallet | |
| m_consolidate_feerate | wallet::CWallet | |
| m_database | wallet::CWallet | private |
| m_default_address_type | wallet::CWallet | |
| m_default_change_type | wallet::CWallet | |
| m_default_max_tx_fee | wallet::CWallet | |
| m_discard_rate | wallet::CWallet | |
| m_external_spk_managers | wallet::CWallet | private |
| m_fallback_fee | wallet::CWallet | |
| m_internal_spk_managers | wallet::CWallet | private |
| m_keypool_size | wallet::CWallet | |
| m_max_aps_fee | wallet::CWallet | |
| m_min_fee | wallet::CWallet | |
| m_name | wallet::CWallet | private |
| m_next_resend | wallet::CWallet | private |
| m_notify_tx_changed_script | wallet::CWallet | |
| m_pay_tx_fee | wallet::CWallet | |
| m_relock_mutex | wallet::CWallet | |
| m_scanning_progress | wallet::CWallet | private |
| m_scanning_start | wallet::CWallet | private |
| m_scanning_with_passphrase | wallet::CWallet | private |
| m_signal_rbf | wallet::CWallet | |
| m_spend_zero_conf_change | wallet::CWallet | |
| m_spk_managers | wallet::CWallet | private |
| m_unlock_mutex | wallet::CWallet | |
| m_wallet_flags | wallet::CWallet | private |
| mapMasterKeys | wallet::CWallet | |
| MarkConflicted(const uint256 &hashBlock, int conflicting_height, const Txid &hashTx) | wallet::CWallet | private |
| MarkDestinationsDirty(const std::set< CTxDestination > &destinations) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| MarkDirty() | wallet::CWallet | |
| MarkInputsDirty(const CTransactionRef &tx) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
| MarkReplaced(const Txid &originalHash, const Txid &newHash) | wallet::CWallet | |
| MasterKeyMap typedef | wallet::CWallet | |
| MaybeUpdateBirthTime(int64_t time) | wallet::CWallet | |
| MigrateToSQLite(bilingual_str &error) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| nMasterKeyMaxID | wallet::CWallet | |
| NotifyAddressBookChanged | wallet::CWallet | |
| NotifyCanGetAddressesChanged | wallet::CWallet | |
| NotifyStatusChanged | wallet::CWallet | |
| NotifyTransactionChanged | wallet::CWallet | |
| NotifyUnload | wallet::CWallet | |
| postInitProcess() | wallet::CWallet | |
| RecursiveUpdateTxState(const Txid &tx_hash, const TryUpdatingStateFn &try_updating_state) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
| RecursiveUpdateTxState(WalletBatch *batch, const Txid &tx_hash, const TryUpdatingStateFn &try_updating_state) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
| RefreshAllTXOs() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| RefreshTXOsFromTx(const CWalletTx &wtx) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| RemoveTxs(std::vector< Txid > &txs_to_remove) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| RemoveTxs(WalletBatch &batch, std::vector< Txid > &txs_to_remove) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| ReorderTransactions() | wallet::CWallet | |
| RescanFromTime(int64_t startTime, const WalletRescanReserver &reserver, bool update) | wallet::CWallet | |
| ResubmitWalletTransactions(node::TxBroadcast broadcast_method, bool force) | wallet::CWallet | |
| ScanForWalletTransactions(const uint256 &start_block, int start_height, std::optional< int > max_height, const WalletRescanReserver &reserver, bool fUpdate, const bool save_progress) | wallet::CWallet | |
| ScanningDuration() const | wallet::CWallet | inline |
| ScanningProgress() const | wallet::CWallet | inline |
| SetAddressBook(const CTxDestination &address, const std::string &strName, const std::optional< AddressPurpose > &purpose) | wallet::CWallet | |
| SetAddressBookWithDB(WalletBatch &batch, const CTxDestination &address, const std::string &strName, const std::optional< AddressPurpose > &strPurpose) | wallet::CWallet | private |
| SetAddressPreviouslySpent(WalletBatch &batch, const CTxDestination &dest, bool used) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| SetAddressReceiveRequest(WalletBatch &batch, const CTxDestination &dest, const std::string &id, const std::string &value) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| SetBroadcastTransactions(bool broadcast) | wallet::CWallet | inline |
| SetLastBlockProcessed(int block_height, uint256 block_hash) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| SetLastBlockProcessedInMem(int block_height, uint256 block_hash) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
| SetNextResend() | wallet::CWallet | inline |
| SetSpentKeyState(WalletBatch &batch, const Txid &hash, unsigned int n, bool used, std::set< CTxDestination > &tx_destinations) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| SetupDescriptorScriptPubKeyMan(WalletBatch &batch, const CExtKey &master_key, const OutputType &output_type, bool internal) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| SetupDescriptorScriptPubKeyMans(WalletBatch &batch, const CExtKey &master_key) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| SetupDescriptorScriptPubKeyMans() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| SetupLegacyScriptPubKeyMan() | wallet::CWallet | |
| SetupOwnDescriptorScriptPubKeyMans(WalletBatch &batch) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| SetWalletFlag(uint64_t flags) | wallet::CWallet | |
| SetWalletFlagWithDB(WalletBatch &batch, uint64_t flags) | wallet::CWallet | private |
| ShouldResend() const | wallet::CWallet | |
| ShowProgress | wallet::CWallet | |
| SignMessage(const std::string &message, const PKHash &pkhash, std::string &str_sig) const | wallet::CWallet | |
| SignTransaction(CMutableTransaction &tx) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| SignTransaction(CMutableTransaction &tx, const std::map< COutPoint, Coin > &coins, int sighash, std::map< int, bilingual_str > &input_errors) const | wallet::CWallet | |
| SubmitTxMemoryPoolAndRelay(CWalletTx &wtx, std::string &err_string, node::TxBroadcast broadcast_method) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| SyncMetaData(std::pair< TxSpends::iterator, TxSpends::iterator >) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
| SyncTransaction(const CTransactionRef &tx, const SyncTxState &state, bool update_tx=true, bool rescanning_old_block=false) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
| TopUpCallback(const std::set< CScript > &spks, ScriptPubKeyMan *spkm) override | wallet::CWallet | virtual |
| TopUpKeyPool(unsigned int kpSize=0) | wallet::CWallet | |
| transactionAddedToMempool(const CTransactionRef &tx) override | wallet::CWallet | virtual |
| TransactionCanBeAbandoned(const Txid &hashTx) const | wallet::CWallet | |
| TransactionChangeType(const std::optional< OutputType > &change_type, const std::vector< CRecipient > &vecSend) const | wallet::CWallet | |
| transactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason reason) override | wallet::CWallet | virtual |
| TryUpdatingStateFn typedef | wallet::CWallet | private |
| TxItems typedef | wallet::CWallet | |
| TxSpends typedef | wallet::CWallet | private |
| TxUpdate enum name | wallet::CWallet | private |
| Unlock(const CKeyingMaterial &vMasterKeyIn) | wallet::CWallet | private |
| Unlock(const SecureString &strWalletPassphrase) | wallet::CWallet | |
| UnlockAllCoins() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| UnlockCoin(const COutPoint &output) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| UnsetBlankWalletFlag(WalletBatch &batch) override | wallet::CWallet | privatevirtual |
| UnsetWalletFlag(uint64_t flag) | wallet::CWallet | |
| UnsetWalletFlagWithDB(WalletBatch &batch, uint64_t flag) | wallet::CWallet | private |
| updatedBlockTip() override | wallet::CWallet | virtual |
| UpdateTrucSiblingConflicts(const CWalletTx &parent_wtx, const Txid &child_txid, bool add_conflict) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
| UpdateWalletTxFn typedef | wallet::CWallet | |
| UpgradeDescriptorCache() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| WalletLogPrintf(util::ConstevalFormatString< sizeof...(Params)> wallet_fmt, const Params &... params) const | wallet::CWallet | inline |
| WalletRescanReserver | wallet::CWallet | friend |
| WithEncryptionKey(std::function< bool(const CKeyingMaterial &)> cb) const override | wallet::CWallet | virtual |
| WriteBestBlock() const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
| wtxOrdered | wallet::CWallet | |
| ~CWallet() | wallet::CWallet | inline |
| ~Notifications()=default | interfaces::Chain::Notifications | virtual |
| ~WalletStorage()=default | wallet::WalletStorage | virtual |