#include <coins.h>
A UTXO entry.
Serialized format:
◆ Coin() [1/3]
Coin::Coin |
( |
CTxOut && |
outIn, |
|
|
int |
nHeightIn, |
|
|
bool |
fCoinBaseIn |
|
) |
| |
|
inline |
construct a Coin from a CTxOut and height/coinbase information.
◆ Coin() [2/3]
Coin::Coin |
( |
const CTxOut & |
outIn, |
|
|
int |
nHeightIn, |
|
|
bool |
fCoinBaseIn |
|
) |
| |
|
inline |
◆ Coin() [3/3]
◆ Clear()
◆ DynamicMemoryUsage()
size_t Coin::DynamicMemoryUsage |
( |
| ) |
const |
|
inline |
◆ IsCoinBase()
bool Coin::IsCoinBase |
( |
| ) |
const |
|
inline |
◆ IsSpent()
bool Coin::IsSpent |
( |
| ) |
const |
|
inline |
◆ Serialize()
template<typename Stream >
void Coin::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
◆ Unserialize()
template<typename Stream >
void Coin::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ fCoinBase
unsigned int Coin::fCoinBase |
whether containing transaction was a coinbase
◆ nHeight
at which height this containing transaction was included in the active block chain
◆ out
unspent transaction output
The documentation for this class was generated from the following file: