Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CBlockUndo Class Reference

Undo information for a CBlock. More...

#include <undo.h>

Public Member Functions

 SERIALIZE_METHODS (CBlockUndo, obj)
 

Public Attributes

std::vector< CTxUndovtxundo
 

Detailed Description

Undo information for a CBlock.

Definition at line 62 of file undo.h.

Member Function Documentation

◆ SERIALIZE_METHODS()

CBlockUndo::SERIALIZE_METHODS ( CBlockUndo  ,
obj   
)
inline

Definition at line 67 of file undo.h.

Member Data Documentation

◆ vtxundo

std::vector<CTxUndo> CBlockUndo::vtxundo

Definition at line 65 of file undo.h.


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