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
Name |
Description |
mode |
The mode name paired with its estimate mode value. |
Created with MrDocs