common::FeeModeInfo

Format a single fee mode and its description.

Synopsis

Declared in <common/messages.h>

std::string
FeeModeInfo(std::pair<std::string, FeeEstimateMode>& mode);

Return Value

The formatted description line.

Parameters

NameDescription
modeThe mode name paired with its estimate mode value.