Format the fee rate as a human‐readable string.

Synopsis

Declared in <policy/feerate.h>

std::string
ToString(FeeRateFormat fee_rate_format = FeeRateFormat::BTC_KVB) const;

Return Value

The fee rate rendered as text.

Parameters

Name

Description

fee_rate_format

Unit used in the formatted output.

Created with MrDocs