Constructors
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...
| Name | Description |
|---|---|
| block_height | The block height the statistics apply to. |
| block_hash | The hash of that block. |