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>
[[requires_capability(0x7ff37ba95328), requires_capability(0x7ff375ddbcb8), requires_capability(0x7ff37e1a5588), requires_capability(0x7ff375a973f8)]]
double
GetBackgroundVerificationProgress(CBlockIndex const& pindex) const;
Return Value
The estimated background verification progress as a fraction between 0.0 and 1.0.
Parameters
Name |
Description |
pindex |
Block index entry to estimate background progress up to. |
Created with MrDocs