Skip to content

Commit

Permalink
feat: export isBitcoinAddress function (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 authored Dec 23, 2024
1 parent c4ab872 commit 920547f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "dlc-btc-lib",
"version": "2.5.2",
"version": "2.5.3",
"description": "This library provides a comprehensive set of interfaces and functions for minting dlcBTC tokens on supported blockchains.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/functions/bitcoin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
getFeeAmount,
getFeeRecipientAddress,
getInputIndicesByScript,
isBitcoinAddress,
} from '../bitcoin/bitcoin-functions.js';
import {
broadcastTransaction,
Expand All @@ -18,6 +19,7 @@ import {
} from '../bitcoin/psbt-functions.js';

export {
isBitcoinAddress,
createFundingTransaction,
createDepositTransaction,
createWithdrawTransaction,
Expand Down

0 comments on commit 920547f

Please sign in to comment.