GetBlockProof overloads
Declared in <chain.h>
Compute how much work a block header corresponds to.
arith_uint256
GetBlockProof(CBlockHeader const& header);
» more...
Compute how much work a block index entry corresponds to.
arith_uint256
GetBlockProof(CBlockIndex const& block);
» more...
| Name | Description |
|---|---|
| header | The block header. |
| block | The block index entry. |