Legacy class to deserialize pre-pertxout database entries without reindex.
More...
|
bool | fCoinBase |
| whether transaction is a coinbase More...
|
|
std::vector< CTxOut > | vout |
| unspent transaction outputs; spent outputs are .IsNull(); spent outputs at the end of the array are dropped More...
|
|
int | nHeight |
| at which height this transaction was included in the active block chain More...
|
|
Legacy class to deserialize pre-pertxout database entries without reindex.
◆ CCoins()
anonymous_namespace{txdb.cpp}::CCoins::CCoins |
( |
| ) |
|
|
inline |
◆ Unserialize()
template<typename Stream >
void anonymous_namespace{txdb.cpp}::CCoins::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ fCoinBase
bool anonymous_namespace{txdb.cpp}::CCoins::fCoinBase |
whether transaction is a coinbase
◆ nHeight
int anonymous_namespace{txdb.cpp}::CCoins::nHeight |
at which height this transaction was included in the active block chain
◆ vout
std::vector<CTxOut> anonymous_namespace{txdb.cpp}::CCoins::vout |
unspent transaction outputs; spent outputs are .IsNull(); spent outputs at the end of the array are dropped
The documentation for this class was generated from the following file: