Serialize the coin to the given stream.
Synopsis
Declared in <coins.h>
template<typename Stream>
void
Serialize(Stream& s) const;
Parameters
Name |
Description |
s |
Output stream to write the compressed coin to. |
Created with MrDocs