Dash Core  0.12.2.1
P2P Digital Currency
CBlockUndo Class Reference

#include <undo.h>

Public Member Functions

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

Public Attributes

std::vector< CTxUndovtxundo
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Undo information for a CBlock

Definition at line 72 of file undo.h.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 80 of file undo.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CBlockUndo::ADD_SERIALIZE_METHODS

Definition at line 77 of file undo.h.

◆ vtxundo

std::vector<CTxUndo> CBlockUndo::vtxundo

Definition at line 75 of file undo.h.

Referenced by ConnectBlock(), DisconnectBlock(), and SerializationOp().


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