[#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(0x7ff3720eeab8), guarded_by(0x7ff365f1eab8), guarded_by(0x7ff35de5d468), guarded_by(0x7ff35efe1f48), guarded_by(0x7ff366fce528)]] std::map<CTxDestination, CAddressBookData> m_address_book; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#