Compute how much work a block index entry corresponds to.

Synopsis

Declared in <chain.h>

arith_uint256
GetBlockProof(CBlockIndex const& block);

Return Value

The expected number of hashes required to satisfy the block's target.

Parameters

Name

Description

block

The block index entry.

Created with MrDocs