Serializes the undo information for one spent output.

Synopsis

Declared in <undo.h>

template<typename Stream>
void
Ser(
    Stream& s,
    Coin const& txout);

Parameters

Name

Description

s

The output stream to write to.

txout

The spent coin (output plus its height and coinbase flag).

Created with MrDocs