[#FeeRateEstimatorManager-BlockPolicyHighestTargetTracked] = xref:FeeRateEstimatorManager.adoc[FeeRateEstimatorManager]::BlockPolicyHighestTargetTracked :relfileprefix: ../ :mrdocs: Returns the maximum supported confirmation target of block policy estimator. == Synopsis Declared in `<policy/fees/estimator_man.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int BlockPolicyHighestTargetTracked(xref:FeeEstimateHorizon.adoc[FeeEstimateHorizon] horizon) const; ---- == Return Value The largest confirmation target, in blocks, tracked for that horizon. == Parameters [cols="1,4"] |=== | Name| Description | *horizon* [in] | The time horizon whose highest tracked target is requested. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#