bitcoin-coinselect 0.1.16-alpha.0

abstractions for filtering which OutputGroups we may use in coin selection -- an OutputGroup is a group of UTXOs paid to the same output script
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use] mod imports; use imports::*;

x!{coin}
x!{input_coin}
x!{eligibility}
x!{output_group}
x!{comparator}
x!{select}
x!{get_selection_waste}
x!{knapsack_solver}
x!{approximate_best_subset}
x!{params}