Fabcoin Core
0.16.2
P2P Digital Currency
|
Undo information for a CTxIn. More...
#include <undo.h>
Public Member Functions | |
template<typename Stream > | |
void | Serialize (Stream &s) const |
TxInUndoSerializer (const Coin *coin) | |
Private Attributes | |
const Coin * | txout |
Undo information for a CTxIn.
Contains the prevout's CTxOut being spent, and its metadata as well (coinbase or not, height). The serialization contains a dummy value of zero. This is be compatible with older versions which expect to see the transaction version there.
|
inline |
|
inline |