kernel::CCoinsStats::CCoinsStats

Constructs statistics anchored to a block.

Synopsis

Declared in <kernel/coinstats.h>

CCoinsStats(
    int block_height,
    uint256 const& block_hash);

Parameters

NameDescription
block_heightThe block height the statistics apply to.
block_hashThe hash of that block.