CFeeRate::ToString

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

NameDescription
fee_rate_formatUnit used in the formatted output.