Skip to content

Commit d352531

Browse files
committed
fix: export bip322 types and utility functions
TICKET: COIN-5426
1 parent b5632e7 commit d352531

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)