Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CTxUndo Class Reference
Undo information for a CTransaction. More...
#include <undo.h>
Public Member Functions | |
template<typename Stream > | |
void | Serialize (Stream &s) const |
template<typename Stream > | |
void | Unserialize (Stream &s) |
Public Attributes | |
std::vector< Coin > | vprevout |
Detailed Description
Undo information for a CTransaction.
Member Function Documentation
◆ Serialize()
template<typename Stream >
|
inline |
◆ Unserialize()
template<typename Stream >
|
inline |
Definition at line 83 of file undo.h.
References COMPACTSIZE, count, MAX_INPUTS_PER_BLOCK, REF(), and vprevout.
Member Data Documentation
◆ vprevout
std::vector<Coin> CTxUndo::vprevout |
Definition at line 70 of file undo.h.
Referenced by CChainState::DisconnectBlock(), Serialize(), Unserialize(), and UpdateCoins().
The documentation for this class was generated from the following file:
- src/undo.h