Formatter for undo information for a CTxIn

Synopsis

Declared in <undo.h>

struct TxInUndoFormatter;

Description

Contains the prevout's CTxOut being spent, and its metadata as well (coinbase or not, height). The serialization contains a dummy value of zero. This is compatible with older versions which expect to see the transaction version there.

Member Functions

Name

Description

Ser

Serializes the undo information for one spent output.

Unser

Deserializes the undo information for one spent output.

Created with MrDocs