[#node-SnapshotMetadata-Unserialize] = xref:node.adoc[node]::xref:node/SnapshotMetadata.adoc[SnapshotMetadata]::Unserialize :relfileprefix: ../../ :mrdocs: Unserialize and validate the snapshot metadata header from a stream. == Synopsis Declared in `<node/utxo_snapshot.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize(Stream& s); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The stream to read from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#