Unserialize and validate the snapshot metadata header from a stream.

Synopsis

Declared in <node/utxo_snapshot.h>

template<typename Stream>
void
Unserialize(Stream& s);

Parameters

Name

Description

s

The stream to read from.

Created with MrDocs