StringForBlockPolicyEstimateReason

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

NameDescription
reasonThe reason to name.