Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CTxUndo Class Reference

Restore the UTXO in a Coin at a given COutPoint. More...

#include <undo.h>

Public Member Functions

 SERIALIZE_METHODS (CTxUndo, obj)
 

Public Attributes

std::vector< Coinvprevout
 

Detailed Description

Restore the UTXO in a Coin at a given COutPoint.

Definition at line 62 of file undo.h.

Member Function Documentation

◆ SERIALIZE_METHODS()

CTxUndo::SERIALIZE_METHODS ( CTxUndo  ,
obj   
)
inline

Definition at line 67 of file undo.h.

Here is the call graph for this function:

Member Data Documentation

◆ vprevout

std::vector<Coin> CTxUndo::vprevout

Definition at line 65 of file undo.h.


The documentation for this class was generated from the following file: