Function select_coin_fifo

Source
pub fn select_coin_fifo(
    inputs: &[OutputGroup],
    options: &CoinSelectionOpt,
) -> Result<SelectionOutput, SelectionError>
Expand description

Performs coin selection using the First-In-First-Out (FIFO) algorithm.

Returns NoSolutionFound if no solution is found.