Constructs statistics anchored to a block.
Declared in <kernel/coinstats.h>
CCoinsStats(
int block_height,
uint256 const& block_hash);
| Name | Description |
|---|---|
| block_height | The block height the statistics apply to. |
| block_hash | The hash of that block. |