We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3f9f2 commit 343d4f3Copy full SHA for 343d4f3
packages/input-selection/src/index.ts
@@ -4,3 +4,4 @@ export * from './LargeFirstSelection';
4
export * from './types';
5
export * from './InputSelectionError';
6
export * from './ChangeAddress';
7
+export { sortTxIn, sortUtxoByTxIn } from './util';
0 commit comments