[#AddrMan-GetEntries] = xref:AddrMan.adoc[AddrMan]::GetEntries :relfileprefix: ../ :mrdocs: Returns an information‐location pair for all addresses in the selected addrman table. If an address appears multiple times in the new table, an information‐location pair is returned for each occurrence. Addresses only ever appear once in the tried table. == Synopsis Declared in `<addrman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<std::pair<AddrInfo, AddressPosition>> GetEntries(bool from_tried) const; ---- == Return Value A vector consisting of pairs of AddrInfo and AddressPosition. == Parameters [cols="1,4"] |=== | Name| Description | *from_tried* [in] | Selects which table to return entries from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#