tx-utils v0.6.6CoinSelectionCoinSelection export type CoinSelection = ( utxos: TxInput<SC>[], amount: Value ) => [TxInput<SC>[], TxInput<SC>[]]