TxInUndoFormatter::Unser

Deserializes the undo information for one spent output.

Synopsis

Declared in <undo.h>

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

Parameters

NameDescription
sThe input stream to read from.
txoutOutput coin reconstructed from the stream.