[#GetBitsProof] = GetBitsProof :mrdocs: Compute how much work an nBits value corresponds to. == Synopsis Declared in `<chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:arith_uint256.adoc[arith_uint256] GetBitsProof(uint32_t bits); ---- == Return Value The expected number of hashes required to satisfy the target. == Parameters [cols="1,4"] |=== | Name| Description | *bits* | The compact‐encoded difficulty target. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#