![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Undo information for a CTxIn. More...
#include <undo.h>
Public Member Functions | |
| CTxInUndo () | |
| CTxInUndo (const CTxOut &txoutIn, bool fCoinBaseIn=false, bool fCoinStakeIn=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 |
| bool | fCoinStake |
| 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 |
1.8.17