Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for wallet::CWallet, including all inherited members.
AbandonTransaction(const uint256 &hashTx) | 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 uint256 &wtxid, WalletBatch *batch=nullptr) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
AddToSpends(const CWalletTx &wtx, WalletBatch *batch=nullptr) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
AddToWallet(CTransactionRef tx, const TxState &state, const UpdateWalletTxFn &update_wtx=nullptr, bool fFlushOnClose=true, 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 | |
CanSupportFeature(enum WalletFeature wf) const override EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | inlinevirtual |
chain() const | wallet::CWallet | inline |
chainStateFlushed(ChainstateRole role, const CBlockLocator &loc) override | wallet::CWallet | virtual |
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 | |
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, int sighash_type=SIGHASH_DEFAULT, 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 | |
Flush() | 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 uint256 &txid) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
GetDatabase() const override | wallet::CWallet | inlinevirtual |
GetDebit(const CTxIn &txin, const isminefilter &filter) const | wallet::CWallet | |
GetDebit(const CTransaction &tx, const isminefilter &filter) 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 | |
GetDisplayName() const override | wallet::CWallet | inlinevirtual |
GetKey(const CKeyID &keyid) const | wallet::CWallet | |
GetKeyBirthTimes(std::map< CKeyID, int64_t > &mapKeyBirth) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | 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 | |
GetLegacyScriptPubKeyMan() const | wallet::CWallet | |
GetName() const | wallet::CWallet | inline |
GetNewChangeDestination(const OutputType type) | wallet::CWallet | |
GetNewDestination(const OutputType type, const std::string label) | wallet::CWallet | |
GetOldestKeyPoolTime() const | wallet::CWallet | |
GetOrCreateLegacyDataSPKM() | wallet::CWallet | |
GetOrCreateLegacyScriptPubKeyMan() | 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 | |
GetVersion() const | wallet::CWallet | inline |
GetWalletDescriptors(const CScript &script) const | wallet::CWallet | |
GetWalletTx(const uint256 &hash) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
GUARDED_BY(cs_wallet) | wallet::CWallet | private |
GUARDED_BY(cs_wallet) | wallet::CWallet | inlineprivate |
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 |
ImportPrivKeys(const std::map< CKeyID, CKey > &privkey_map, const int64_t timestamp) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
ImportPubKeys(const std::vector< std::pair< CKeyID, bool > > &ordered_pubkeys, const std::map< CKeyID, CPubKey > &pubkey_map, const std::map< CKeyID, std::pair< CPubKey, KeyOriginInfo > > &key_origins, const bool add_keypool, const int64_t timestamp) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
ImportScriptPubKeys(const std::string &label, const std::set< CScript > &script_pub_keys, const bool have_solving_data, const bool apply_label, const int64_t timestamp) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
ImportScripts(const std::set< CScript > scripts, int64_t timestamp) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | 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 | |
IsLegacy() 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 | |
LoadMinVersion(int nVersion) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | inline |
LoadToWallet(const uint256 &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, WalletBatch *batch=nullptr) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
m_allow_fallback_fee | wallet::CWallet | |
m_attaching_chain | wallet::CWallet | private |
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 uint256 &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 uint256 &originalHash, const uint256 &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 | |
NotifyWatchonlyChanged | wallet::CWallet | |
postInitProcess() | wallet::CWallet | |
RecursiveUpdateTxState(const uint256 &tx_hash, const TryUpdatingStateFn &try_updating_state) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
RecursiveUpdateTxState(WalletBatch *batch, const uint256 &tx_hash, const TryUpdatingStateFn &try_updating_state) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | private |
RemoveTxs(std::vector< uint256 > &txs_to_remove) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
RemoveTxs(WalletBatch &batch, std::vector< uint256 > &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(bool relay, 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 | inline |
SetMinVersion(enum WalletFeature, WalletBatch *batch_in=nullptr) override | wallet::CWallet | virtual |
SetNextResend() | wallet::CWallet | inline |
SetSpentKeyState(WalletBatch &batch, const uint256 &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, bool relay) 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 uint256 &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, WalletBatch *batch=nullptr) 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 |
UpdateWalletTxFn typedef | wallet::CWallet | |
UpgradeDescriptorCache() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
UpgradeKeyMetadata() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet) | wallet::CWallet | |
UpgradeWallet(int version, bilingual_str &error) | 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 |
wtxOrdered | wallet::CWallet | |
~CWallet() | wallet::CWallet | inline |
~Notifications()=default | interfaces::Chain::Notifications | virtual |
~WalletStorage()=default | wallet::WalletStorage | virtual |