Skip to content

Commit 1eb5eae

Browse files
authored
fix: export bip322 types and utility functions
2 parents 52c36f9 + d352531 commit 1eb5eae

File tree

1 file changed

+1
-0
lines changed
  • modules/abstract-utxo/src/transaction

1 file changed

+1
-0
lines changed

modules/abstract-utxo/src/transaction/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export { explainTx } from './explainTransaction';
33
export { parseTransaction } from './parseTransaction';
44
export { verifyTransaction } from './verifyTransaction';
55
export * from './fetchInputs';
6+
export * as bip322 from './bip322';

0 commit comments

Comments
 (0)