Serialize the snapshot metadata header to a stream.
Synopsis
Declared in <node/utxo_snapshot.h>
template<typename Stream>
void
Serialize(Stream& s) const;
Parameters
Name |
Description |
s |
The stream to serialize to. |
Created with MrDocs