[#wallet-CWalletTx-m_cached_from_me] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::m_cached_from_me :relfileprefix: ../../ :mrdocs: Cached value for whether the transaction spends any inputs known to the wallet. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- mutable std::optional<bool> m_cached_from_me = {std::nullopt}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#