Return the sum of the claimed work on a given set of headers. No verification of PoW is done.
Declared in <validation.h>
arith_uint256
CalculateClaimedHeadersWork(std::span<CBlockHeader const> headers);
The total claimed work across the headers.
| Name | Description |
|---|---|
| headers | The headers whose claimed work is summed. |