[#StringForBlockPolicyEstimateReason] = StringForBlockPolicyEstimateReason :mrdocs: Return a human‐readable name for a block policy estimate reason. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string StringForBlockPolicyEstimateReason(xref:BlockPolicyEstimateReason.adoc[BlockPolicyEstimateReason] reason); ---- == Return Value The string representation of the reason. == Parameters [cols="1,4"] |=== | Name| Description | *reason* | The reason to name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#