Formatter for undo information for a CTxIn
Declared in <undo.h>
struct TxInUndoFormatter;
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.
| Name | Description |
|---|---|
Ser | Serializes the undo information for one spent output. |
Unser | Deserializes the undo information for one spent output. |