Deserializes the address manager state from a stream.
Synopsis
Declared in <addrman.h>
template<typename Stream>
void
Unserialize(Stream& s_);
Parameters
Name |
Description |
s_ |
The input stream to read from. |
Created with MrDocs