Bitcoin Core  22.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CCoinsStats Struct Reference

#include <coinstats.h>

Collaboration diagram for CCoinsStats:
[legend]

Public Member Functions

 CCoinsStats (CoinStatsHashType hash_type)
 

Public Attributes

const CoinStatsHashType m_hash_type
 Which hash type to use. More...
 
int nHeight {0}
 
uint256 hashBlock {}
 
uint64_t nTransactions {0}
 
uint64_t nTransactionOutputs {0}
 
uint64_t nBogoSize {0}
 
uint256 hashSerialized {}
 
uint64_t nDiskSize {0}
 
std::optional< CAmounttotal_amount {0}
 The total amount, or nullopt if an overflow occurred calculating it. More...
 
uint64_t coins_count {0}
 The number of coins contained. More...
 
bool index_requested {true}
 Signals if the coinstatsindex should be used (when available). More...
 
bool index_used {false}
 Signals if the coinstatsindex was used to retrieve the statistics. More...
 
CAmount total_subsidy {0}
 Total cumulative amount of block subsidies up to and including this block. More...
 
CAmount total_unspendable_amount {0}
 Total cumulative amount of unspendable coins up to and including this block. More...
 
CAmount total_prevout_spent_amount {0}
 Total cumulative amount of prevouts spent up to and including this block. More...
 
CAmount total_new_outputs_ex_coinbase_amount {0}
 Total cumulative amount of outputs created up to and including this block. More...
 
CAmount total_coinbase_amount {0}
 Total cumulative amount of coinbase outputs up to and including this block. More...
 
CAmount total_unspendables_genesis_block {0}
 The unspendable coinbase amount from the genesis block. More...
 
CAmount total_unspendables_bip30 {0}
 The two unspendable coinbase outputs total amount caused by BIP30. More...
 
CAmount total_unspendables_scripts {0}
 Total cumulative amount of outputs sent to unspendable scripts (OP_RETURN for example) up to and including this block. More...
 
CAmount total_unspendables_unclaimed_rewards {0}
 Total cumulative amount of coins lost due to unclaimed miner rewards up to and including this block. More...
 

Detailed Description

Definition at line 27 of file coinstats.h.

Constructor & Destructor Documentation

◆ CCoinsStats()

CCoinsStats::CCoinsStats ( CoinStatsHashType  hash_type)
inline

Definition at line 70 of file coinstats.h.

Member Data Documentation

◆ coins_count

uint64_t CCoinsStats::coins_count {0}

The number of coins contained.

Definition at line 42 of file coinstats.h.

◆ hashBlock

uint256 CCoinsStats::hashBlock {}

Definition at line 32 of file coinstats.h.

◆ hashSerialized

uint256 CCoinsStats::hashSerialized {}

Definition at line 36 of file coinstats.h.

◆ index_requested

bool CCoinsStats::index_requested {true}

Signals if the coinstatsindex should be used (when available).

Definition at line 45 of file coinstats.h.

◆ index_used

bool CCoinsStats::index_used {false}

Signals if the coinstatsindex was used to retrieve the statistics.

Definition at line 47 of file coinstats.h.

◆ m_hash_type

const CoinStatsHashType CCoinsStats::m_hash_type

Which hash type to use.

Definition at line 29 of file coinstats.h.

◆ nBogoSize

uint64_t CCoinsStats::nBogoSize {0}

Definition at line 35 of file coinstats.h.

◆ nDiskSize

uint64_t CCoinsStats::nDiskSize {0}

Definition at line 37 of file coinstats.h.

◆ nHeight

int CCoinsStats::nHeight {0}

Definition at line 31 of file coinstats.h.

◆ nTransactionOutputs

uint64_t CCoinsStats::nTransactionOutputs {0}

Definition at line 34 of file coinstats.h.

◆ nTransactions

uint64_t CCoinsStats::nTransactions {0}

Definition at line 33 of file coinstats.h.

◆ total_amount

std::optional<CAmount> CCoinsStats::total_amount {0}

The total amount, or nullopt if an overflow occurred calculating it.

Definition at line 39 of file coinstats.h.

◆ total_coinbase_amount

CAmount CCoinsStats::total_coinbase_amount {0}

Total cumulative amount of coinbase outputs up to and including this block.

Definition at line 60 of file coinstats.h.

◆ total_new_outputs_ex_coinbase_amount

CAmount CCoinsStats::total_new_outputs_ex_coinbase_amount {0}

Total cumulative amount of outputs created up to and including this block.

Definition at line 58 of file coinstats.h.

◆ total_prevout_spent_amount

CAmount CCoinsStats::total_prevout_spent_amount {0}

Total cumulative amount of prevouts spent up to and including this block.

Definition at line 56 of file coinstats.h.

◆ total_subsidy

CAmount CCoinsStats::total_subsidy {0}

Total cumulative amount of block subsidies up to and including this block.

Definition at line 52 of file coinstats.h.

◆ total_unspendable_amount

CAmount CCoinsStats::total_unspendable_amount {0}

Total cumulative amount of unspendable coins up to and including this block.

Definition at line 54 of file coinstats.h.

◆ total_unspendables_bip30

CAmount CCoinsStats::total_unspendables_bip30 {0}

The two unspendable coinbase outputs total amount caused by BIP30.

Definition at line 64 of file coinstats.h.

◆ total_unspendables_genesis_block

CAmount CCoinsStats::total_unspendables_genesis_block {0}

The unspendable coinbase amount from the genesis block.

Definition at line 62 of file coinstats.h.

◆ total_unspendables_scripts

CAmount CCoinsStats::total_unspendables_scripts {0}

Total cumulative amount of outputs sent to unspendable scripts (OP_RETURN for example) up to and including this block.

Definition at line 66 of file coinstats.h.

◆ total_unspendables_unclaimed_rewards

CAmount CCoinsStats::total_unspendables_unclaimed_rewards {0}

Total cumulative amount of coins lost due to unclaimed miner rewards up to and including this block.

Definition at line 68 of file coinstats.h.


The documentation for this struct was generated from the following file: