[#CBlockPolicyEstimator-HighestTargetTracked] = xref:CBlockPolicyEstimator.adoc[CBlockPolicyEstimator]::HighestTargetTracked :relfileprefix: ../ :mrdocs: Calculation of highest target that estimates are tracked for. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae71498), requires_capability(0x7f2e2423b498)]] virtual unsigned int HighestTargetTracked(xref:FeeEstimateHorizon.adoc[FeeEstimateHorizon] horizon) const; ---- == Return Value The highest confirmation target tracked for the horizon. == Parameters [cols="1,4"] |=== | Name| Description | *horizon* | Time horizon to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#