A UTXO entry.
More...
#include <coins.h>
A UTXO entry.
Serialized format:
Definition at line 29 of file coins.h.
◆ Coin() [1/2]
Empty constructor.
Definition at line 39 of file coins.h.
◆ Coin() [2/2]
| Coin::Coin |
( |
CTxOut |
outIn, |
|
|
uint32_t |
nHeightIn, |
|
|
bool |
IsCoinbase |
|
) |
| |
|
inline |
Constructor from a CTxOut and height/coinbase information.
Definition at line 42 of file coins.h.
◆ Clear()
◆ DynamicMemoryUsage()
| size_t Coin::DynamicMemoryUsage |
( |
| ) |
const |
|
inline |
◆ GetHeight()
| uint32_t Coin::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetTxOut() [1/2]
◆ GetTxOut() [2/2]
| const CTxOut & Coin::GetTxOut |
( |
| ) |
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 |
◆ nHeightAndIsCoinBase
| uint32_t Coin::nHeightAndIsCoinBase |
|
private |
Whether containing transaction was a coinbase and height at which the transaction was included into a block.
Definition at line 35 of file coins.h.
◆ out
Unspent transaction output.
Definition at line 31 of file coins.h.
The documentation for this class was generated from the following file: