[#Coin-04-Unserialize] = xref:Coin-04.adoc[Coin]::Unserialize :relfileprefix: ../ :mrdocs: Read the coin from the given stream. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize(Stream& s); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | Input stream to read the compressed coin from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#