Read the coin from the given stream.

Synopsis

Declared in <coins.h>

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

Parameters

Name

Description

s

Input stream to read the compressed coin from.

Created with MrDocs