Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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< Coinvprevout
 

Detailed Description

Undo information for a CTransaction.

Definition at line 66 of file undo.h.

Member Function Documentation

◆ Serialize()

template<typename Stream >
void CTxUndo::Serialize ( Stream &  s) const
inline

Definition at line 73 of file undo.h.

References COMPACTSIZE, count, REF(), and vprevout.

◆ Unserialize()

template<typename Stream >
void CTxUndo::Unserialize ( Stream &  s)
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:
Released under the MIT license