[#wallet-CWallet-FindAddressBookEntry] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::FindAddressBookEntry :relfileprefix: ../../ :mrdocs: Look up an address book entry for a destination. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e597708), requires_capability(0x7f2e11aa84c8), requires_capability(0x7f2e169fe2b8), requires_capability(0x7f2e15f2d758), requires_capability(0x7f2e12c6c3e8)]] xref:wallet/CAddressBookData.adoc[CAddressBookData] const* FindAddressBookEntry( xref:CTxDestination.adoc[CTxDestination] const& dest, bool allow_change = false) const; ---- == Return Value The entry, or nullptr if none matches. == Parameters [cols="1,4"] |=== | Name| Description | *dest* | The destination to look up. | *allow_change* | Whether to also return change (unlabeled) entries. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#