[#ReadFromStream] = ReadFromStream :mrdocs: Reads peer addresses from a stream into the address manager. == Synopsis Declared in `<addrdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ReadFromStream( xref:AddrMan.adoc[AddrMan]& addr, xref:DataStream.adoc[DataStream]& ssPeers); ---- == Description Only used by tests. == Parameters [cols="1,4"] |=== | Name| Description | *addr* | The address manager to populate. | *ssPeers* | The input stream holding the serialized peer addresses. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#