Look up an address book entry for a destination.
Declared in <wallet/wallet.h>
[[requires_capability(0x7ff3720eeb68), requires_capability(0x7ff365f1eb68), requires_capability(0x7ff35de5d518), requires_capability(0x7ff35efe1ff8), requires_capability(0x7ff366fce5d8)]]
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. |