wallet::GetAlgorithmName

Return the human-readable name of a selection algorithm.

Synopsis

Declared in <wallet/coinselection.h>

std::string
GetAlgorithmName(SelectionAlgorithm algo);

Return Value

The algorithm's name.

Parameters

NameDescription
algoThe algorithm to name.