Format the fee rate as a human-readable string.
Declared in <policy/feerate.h>
std::string
ToString(FeeRateFormat fee_rate_format = FeeRateFormat::BTC_KVB) const;
The fee rate rendered as text.
| Name | Description |
|---|---|
| fee_rate_format | Unit used in the formatted output. |