Return a human‐readable name for a block policy estimate reason.
Synopsis
Declared in <policy/fees/block_policy_estimator.h>
std::string
StringForBlockPolicyEstimateReason(BlockPolicyEstimateReason reason);
Return Value
The string representation of the reason.
Parameters
Name |
Description |
reason |
The reason to name. |
Created with MrDocs