Bitcoin ABC 0.30.3
P2P Digital Currency
|
Formatter for undo information for a CTxIn. More...
#include <undo.h>
Public Member Functions | |
template<typename Stream > | |
void | Ser (Stream &s, const Coin &txout) |
template<typename Stream > | |
void | Unser (Stream &s, Coin &txout) |
Formatter for 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 compatible with older versions which expect to see the transaction version there.
|
inline |
|
inline |