[#AddrMan-FindAddressEntry] = xref:AddrMan.adoc[AddrMan]::FindAddressEntry :relfileprefix: ../ :mrdocs: Test‐only function Find the address record in AddrMan and return information about its position. == Synopsis Declared in `<addrman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<AddressPosition> FindAddressEntry(xref:CAddress.adoc[CAddress] const& addr); ---- == Return Value Information about the address record in AddrMan or nullopt if address is not found. == Parameters [cols="1,4"] |=== | Name| Description | *addr* [in] | The address record to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#