Fabcoin Core  0.16.2
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

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 99 of file undo.h.

Member Function Documentation

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

Definition at line 107 of file undo.h.

Member Data Documentation

CBlockUndo::ADD_SERIALIZE_METHODS

Definition at line 104 of file undo.h.

std::vector<CTxUndo> CBlockUndo::vtxundo

Definition at line 102 of file undo.h.


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