Aggregate statistics computed over the UTXO set.
Synopsis
Declared in <kernel/coinstats.h>
struct CCoinsStats;
Member Functions
Name |
Description |
|
Constructors |
Data Members
Name |
Description |
The number of coins contained. |
|
Hash of the block the statistics were computed at. |
|
Hash of the serialized UTXO set. |
|
Signals if the coinstatsindex was used to retrieve the statistics. |
|
Serialization‐agnostic size measure of the UTXO set. |
|
Size of the UTXO set on disk in bytes. |
|
Block height the statistics were computed at. |
|
Number of unspent transaction outputs. |
|
Number of transactions with unspent outputs. |
|
The total amount, or nullopt if an overflow occurred calculating it |
|
Total cumulative amount of coinbase outputs up to and including this block |
|
|
Total cumulative amount of outputs created up to and including this block |
Total cumulative amount of prevouts spent up to and including this block |
|
Total cumulative amount of block subsidies up to and including this block |
|
The two unspendable coinbase outputs total amount caused by BIP30 |
|
The unspendable coinbase amount from the genesis block |
|
Total cumulative amount of outputs sent to unspendable scripts (OP_RETURN for example) up to and including this block |
|
Total cumulative amount of coins lost due to unclaimed miner rewards up to and including this block |
Non-Member Functions
Name |
Description |
Computes aggregate statistics over the UTXO set. |
Created with MrDocs