Raven Core  3.0.0
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
CBlockUndo Class Reference

Undo information for a CBlock. More...

#include <undo.h>

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

std::vector< CTxUndovtxundo
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Undo information for a CBlock.

Definition at line 110 of file undo.h.

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CBlockUndo::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 118 of file undo.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CBlockUndo::ADD_SERIALIZE_METHODS

Definition at line 115 of file undo.h.

◆ vtxundo

std::vector<CTxUndo> CBlockUndo::vtxundo

Definition at line 113 of file undo.h.


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