![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
#include <coinstats.h>
Public Member Functions | |
| CCoinsStats (CoinStatsHashType hash_type) | |
Public Attributes | |
| CoinStatsHashType | m_hash_type |
| int | nHeight {0} |
| uint256 | hashBlock {} |
| uint64_t | nTransactions {0} |
| uint64_t | nTransactionOutputs {0} |
| uint64_t | nBogoSize {0} |
| uint256 | hashSerialized {} |
| uint64_t | nDiskSize {0} |
| CAmount | nTotalAmount {0} |
| 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} |
| CAmount | block_unspendable_amount {0} |
| CAmount | block_prevout_spent_amount {0} |
| CAmount | block_new_outputs_ex_coinbase_amount {0} |
| CAmount | block_coinbase_amount {0} |
| CAmount | unspendables_genesis_block {0} |
| CAmount | unspendables_bip30 {0} |
| CAmount | unspendables_scripts {0} |
| CAmount | unspendables_unclaimed_rewards {0} |
Definition at line 27 of file coinstats.h.
|
inline |
Definition at line 58 of file coinstats.h.
| CAmount CCoinsStats::block_coinbase_amount {0} |
Definition at line 52 of file coinstats.h.
| CAmount CCoinsStats::block_new_outputs_ex_coinbase_amount {0} |
Definition at line 51 of file coinstats.h.
| CAmount CCoinsStats::block_prevout_spent_amount {0} |
Definition at line 50 of file coinstats.h.
| CAmount CCoinsStats::block_unspendable_amount {0} |
Definition at line 49 of file coinstats.h.
| uint64_t CCoinsStats::coins_count {0} |
The number of coins contained.
Definition at line 40 of file coinstats.h.
| uint256 CCoinsStats::hashBlock {} |
Definition at line 31 of file coinstats.h.
| uint256 CCoinsStats::hashSerialized {} |
Definition at line 35 of file coinstats.h.
| bool CCoinsStats::index_requested {true} |
Signals if the coinstatsindex should be used (when available).
Definition at line 43 of file coinstats.h.
| bool CCoinsStats::index_used {false} |
Signals if the coinstatsindex was used to retrieve the statistics.
Definition at line 45 of file coinstats.h.
| CoinStatsHashType CCoinsStats::m_hash_type |
Definition at line 29 of file coinstats.h.
| uint64_t CCoinsStats::nBogoSize {0} |
Definition at line 34 of file coinstats.h.
| uint64_t CCoinsStats::nDiskSize {0} |
Definition at line 36 of file coinstats.h.
| int CCoinsStats::nHeight {0} |
Definition at line 30 of file coinstats.h.
| CAmount CCoinsStats::nTotalAmount {0} |
Definition at line 37 of file coinstats.h.
| uint64_t CCoinsStats::nTransactionOutputs {0} |
Definition at line 33 of file coinstats.h.
| uint64_t CCoinsStats::nTransactions {0} |
Definition at line 32 of file coinstats.h.
| CAmount CCoinsStats::total_subsidy {0} |
Definition at line 48 of file coinstats.h.
| CAmount CCoinsStats::unspendables_bip30 {0} |
Definition at line 54 of file coinstats.h.
| CAmount CCoinsStats::unspendables_genesis_block {0} |
Definition at line 53 of file coinstats.h.
| CAmount CCoinsStats::unspendables_scripts {0} |
Definition at line 55 of file coinstats.h.
| CAmount CCoinsStats::unspendables_unclaimed_rewards {0} |
Definition at line 56 of file coinstats.h.
1.8.14