Defines the contract for a coin selection strategy.
Implementations of this interface are responsible for selecting a set of UTxOs from an available pool to cover a target value.
Gets the human-readable name of the coin selection strategy.
The name of the selector.
Performs the coin selection algorithm.
The input parameters for the selection.
A promise that resolves to the result of the selection.
Defines the contract for a coin selection strategy.
Implementations of this interface are responsible for selecting a set of UTxOs from an available pool to cover a target value.