wallet::SelectionAlgorithm

Identifies which coin selection algorithm produced a result.

Synopsis

Declared in <wallet/coinselection.h>

enum class SelectionAlgorithm : uint8_t;

Members

NameDescription
BNB Branch and bound search for a changeless solution.
KNAPSACK Knapsack-style approximation, the original fallback algorithm.
SRD Single Random Draw selection.
CG CoinGrinder deterministic search.
MANUAL Coins selected manually by the user.

Non-Member Functions

NameDescription
GetAlgorithmNameReturn the human-readable name of a selection algorithm.