Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
CTxUndo Class Reference

Undo information for a CTransaction. More...

#include <undo.h>

Public Member Functions

 SERIALIZE_METHODS (CTxUndo, obj)

Public Attributes

std::vector< Coinvprevout

Detailed Description

Undo information for a CTransaction.

Definition at line 52 of file undo.h.

Member Function Documentation

◆ SERIALIZE_METHODS()

CTxUndo::SERIALIZE_METHODS ( CTxUndo ,
obj  )
inline

Definition at line 58 of file undo.h.

Here is the call graph for this function:

Member Data Documentation

◆ vprevout

std::vector<Coin> CTxUndo::vprevout

Definition at line 56 of file undo.h.


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