From d3525316f2e5de4b48b4796857efc7c573c38170 Mon Sep 17 00:00:00 2001 From: Bhavi Dhingra Date: Tue, 2 Sep 2025 17:27:13 +0530 Subject: [PATCH] fix: export bip322 types and utility functions TICKET: COIN-5426 --- modules/abstract-utxo/src/transaction/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/abstract-utxo/src/transaction/index.ts b/modules/abstract-utxo/src/transaction/index.ts index 984138b6c2..dd0ae915a9 100644 --- a/modules/abstract-utxo/src/transaction/index.ts +++ b/modules/abstract-utxo/src/transaction/index.ts @@ -3,3 +3,4 @@ export { explainTx } from './explainTransaction'; export { parseTransaction } from './parseTransaction'; export { verifyTransaction } from './verifyTransaction'; export * from './fetchInputs'; +export * as bip322 from './bip322';