[#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(0x7f94fde04108), guarded_by(0x7f95061a6e48), guarded_by(0x7f94f2b77958), guarded_by(0x7f94f0cf65e8), guarded_by(0x7f94fee38fd8)]] std::map<CTxDestination, CAddressBookData> m_address_book; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#