[#wallet-CWallet-mapWallet] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::mapWallet :relfileprefix: ../../ :mrdocs: Map from txid to CWalletTx for all transactions this wallet is interested in, including received and sent transactions. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f2e1e5974f8), guarded_by(0x7f2e11aa82b8), guarded_by(0x7f2e169fe0a8), guarded_by(0x7f2e15f2d548), guarded_by(0x7f2e12c6c1d8)]] std::unordered_map<Txid, CWalletTx, SaltedTxidHasher> mapWallet; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#