Coin::Serialize

Serialize the coin to the given stream.

Synopsis

Declared in <coins.h>

template<typename Stream>
void
Serialize(Stream& s) const;

Parameters

NameDescription
sOutput stream to write the compressed coin to.