Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
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< Coinvprevout
 

Detailed Description

Undo information for a CTransaction.

Definition at line 67 of file undo.h.

Member Function Documentation

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

Definition at line 74 of file undo.h.

Here is the call graph for this function:

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

Definition at line 84 of file undo.h.

Here is the call graph for this function:

Member Data Documentation

std::vector<Coin> CTxUndo::vprevout

Definition at line 71 of file undo.h.


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