Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CTxUndo Class Reference

RVN START. 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

RVN START.

RVN END Undo information for a CTransaction

Definition at line 72 of file undo.h.

Member Function Documentation

◆ Serialize()

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

Definition at line 79 of file undo.h.

◆ Unserialize()

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

Definition at line 89 of file undo.h.

Member Data Documentation

◆ vprevout

std::vector<Coin> CTxUndo::vprevout

Definition at line 76 of file undo.h.


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