Skip to content

Commit

Permalink
clean install and build
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis2626 committed Mar 14, 2024
1 parent 2e2cfaa commit a4ab9eb
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 37 deletions.
80 changes: 61 additions & 19 deletions lib.esm/_tests/test-utxo-coinselection.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.esm/_tests/test-utxo-coinselection.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib.esm/transaction/coinselector-fewest.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ export declare class FewestCoinSelector extends AbstractCoinSelector {
* @param target The target amount to select UTXOs for.
*/
performSelection(target: SpendTarget): SelectedCoinsResult;
private sortUTXOsByDenomination;
private validateTarget;
private validateUTXOs;
}
//# sourceMappingURL=coinselector-fewest.d.ts.map
2 changes: 1 addition & 1 deletion lib.esm/transaction/coinselector-fewest.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a4ab9eb

Please sign in to comment.