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