[#ChainstateManager-GetBackgroundVerificationProgress] = xref:ChainstateManager.adoc[ChainstateManager]::GetBackgroundVerificationProgress :relfileprefix: ../ :mrdocs: Guess background verification progress in case assume‐utxo was used (as a fraction between 0.0=genesis and 1.0=snapshot blocks). == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1bc17838), requires_capability(0x7f2e146b5b88), requires_capability(0x7f2e298faf58), requires_capability(0x7f2e360b86b8)]] double GetBackgroundVerificationProgress(xref:CBlockIndex.adoc[CBlockIndex] const& pindex) const; ---- == Return Value The estimated background verification progress as a fraction between 0.0 and 1.0. == Parameters [cols="1,4"] |=== | Name| Description | *pindex* | Block index entry to estimate background progress up to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#