![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Undo information for a CTxIn. More...
#include <main.h>
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 |
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)
|
inline |
|
inline |
|
inline |
|
inline |