node::SnapshotMetadata::Unserialize

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

NameDescription
sThe stream to read from.