Identifies which coin selection algorithm produced a result.
Synopsis
Declared in <wallet/coinselection.h>
enum class SelectionAlgorithm : uint8_t;
Members
Name |
Description |
|
Branch and bound search for a changeless solution. |
|
Knapsack‐style approximation, the original fallback algorithm. |
|
Single Random Draw selection. |
|
CoinGrinder deterministic search. |
|
Coins selected manually by the user. |
Non-Member Functions
Name |
Description |
Return the human‐readable name of a selection algorithm. |
Created with MrDocs