kernel::CCoinsStats::CCoinsStats

Constructors

Synopses

Declared in <kernel/coinstats.h>

Constructs empty statistics.

constexpr
CCoinsStats() = default;
» more...

Constructs statistics anchored to a block.

CCoinsStats(
    int block_height,
    uint256 const& block_hash);
» more...

Parameters

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