Test-only function Find the address record in AddrMan and return information about its position.
Declared in <addrman.h>
std::optional<AddressPosition>
FindAddressEntry(CAddress const& addr);
Information about the address record in AddrMan or nullopt if address is not found.
| Name | Description |
|---|---|
| addr [in] | The address record to look up. |