Look up an address book entry for a destination.
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde041b8), requires_capability(0x7f95061a6ef8), requires_capability(0x7f94f2b77a08), requires_capability(0x7f94f0cf6698), requires_capability(0x7f94fee39088)]]
CAddressBookData const*
FindAddressBookEntry(
CTxDestination const& dest,
bool allow_change = false) const;
The entry, or nullptr if none matches.
| Name | Description |
|---|---|
| dest | The destination to look up. |
| allow_change | Whether to also return change (unlabeled) entries. |