TxInUndoFormatter::Ser

Serializes the undo information for one spent output.

Synopsis

Declared in <undo.h>

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

Parameters

NameDescription
sThe output stream to write to.
txoutThe spent coin (output plus its height and coinbase flag).