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

Name

Description

algo

The algorithm to name.

Created with MrDocs