Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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

References READWRITE, and vtxundo.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CBlockUndo::ADD_SERIALIZE_METHODS

Definition at line 103 of file undo.h.

◆ vtxundo

std::vector<CTxUndo> CBlockUndo::vtxundo

The documentation for this class was generated from the following file:
Released under the MIT license