Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
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< CTxUndo > | vtxundo |
ADD_SERIALIZE_METHODS | |
Detailed Description
Member Function Documentation
◆ SerializationOp()
template<typename Stream , typename Operation >
|
inline |
Member Data Documentation
◆ ADD_SERIALIZE_METHODS
◆ vtxundo
std::vector<CTxUndo> CBlockUndo::vtxundo |
Definition at line 101 of file undo.h.
Referenced by CChainState::ConnectBlock(), CChainState::DisconnectBlock(), and SerializationOp().
The documentation for this class was generated from the following file:
- src/undo.h