Look up an address book entry for a destination.
Declared in <wallet/wallet.h>
[[requires_capability(0x7f2e1e597708), requires_capability(0x7f2e11aa84c8), requires_capability(0x7f2e169fe2b8), requires_capability(0x7f2e15f2d758), requires_capability(0x7f2e12c6c3e8)]]
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. |