Look up an address book entry for a destination.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfc518), requires_capability(0x7fbc81b75ed8), requires_capability(0x7fbc7e013d58), requires_capability(0x7fbc7e243208), requires_capability(0x7fbc8e713e48)]]
CAddressBookData const*
FindAddressBookEntry(
CTxDestination const& dest,
bool allow_change = false) const;
Return Value
The entry, or nullptr if none matches.
Parameters
Name |
Description |
dest |
The destination to look up. |
allow_change |
Whether to also return change (unlabeled) entries. |
Created with MrDocs