Guess background verification progress in case assume-utxo was used (as a fraction between 0.0=genesis and 1.0=snapshot blocks).
Declared in <validation.h>
[[requires_capability(0x7fbc8fcf9378), requires_capability(0x7fbc96d91b38), requires_capability(0x7fbcaf7275a8), requires_capability(0x7fbc9e23ec88)]]
double
GetBackgroundVerificationProgress(CBlockIndex const& pindex) const;
The estimated background verification progress as a fraction between 0.0 and 1.0.
| Name | Description |
|---|---|
| pindex | Block index entry to estimate background progress up to. |