[#wallet-CWallet-m_address_book] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::m_address_book :relfileprefix: ../../ :mrdocs: Address book entries indexed by destination. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f2e1e597658), guarded_by(0x7f2e11aa8418), guarded_by(0x7f2e169fe208), guarded_by(0x7f2e15f2d6a8), guarded_by(0x7f2e12c6c338)]] std::map<CTxDestination, CAddressBookData> m_address_book; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#