Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
CTxInUndo Class Reference

Undo information for a CTxIn. More...

#include <main.h>

Collaboration diagram for CTxInUndo:
Collaboration graph
[legend]

Public Member Functions

 CTxInUndo ()
 
 CTxInUndo (const CTxOut &txoutIn, bool fCoinBaseIn=false, unsigned int nHeightIn=0, int nVersionIn=0)
 
unsigned int GetSerializeSize (int nType, int nVersion) const
 
template<typename Stream >
void Serialize (Stream &s, int nType, int nVersion) const
 
template<typename Stream >
void Unserialize (Stream &s, int nType, int nVersion)
 

Public Attributes

CTxOut txout
 
bool fCoinBase
 
unsigned int nHeight
 
int nVersion
 

Detailed Description

Undo information for a CTxIn.

Contains the prevout's CTxOut being spent, and if this was the last output of the affected transaction, its metadata as well (coinbase or not, height, transaction version)

Definition at line 726 of file main.h.

Constructor & Destructor Documentation

CTxInUndo::CTxInUndo ( )
inline

Definition at line 734 of file main.h.

CTxInUndo::CTxInUndo ( const CTxOut txoutIn,
bool  fCoinBaseIn = false,
unsigned int  nHeightIn = 0,
int  nVersionIn = 0 
)
inline

Definition at line 735 of file main.h.

Member Function Documentation

unsigned int CTxInUndo::GetSerializeSize ( int  nType,
int  nVersion 
) const
inline

Definition at line 737 of file main.h.

template<typename Stream >
void CTxInUndo::Serialize ( Stream &  s,
int  nType,
int  nVersion 
) const
inline

Definition at line 744 of file main.h.

template<typename Stream >
void CTxInUndo::Unserialize ( Stream &  s,
int  nType,
int  nVersion 
)
inline

Definition at line 752 of file main.h.

Member Data Documentation

bool CTxInUndo::fCoinBase

Definition at line 730 of file main.h.

unsigned int CTxInUndo::nHeight

Definition at line 731 of file main.h.

int CTxInUndo::nVersion

Definition at line 732 of file main.h.

CTxOut CTxInUndo::txout

Definition at line 729 of file main.h.


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