Coin::Unserialize

Read the coin from the given stream.

Synopsis

Declared in <coins.h>

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

Parameters

NameDescription
sInput stream to read the compressed coin from.