Skip to content

Commit 7fac3fc

Browse files
OttoAllmendingerllm-git
andcommitted
feat(wasm-utxo): export coinName utility functions
Export additional utility functions from coinName module to help with network type checking and conversion. Issue: BTC-2650 Co-authored-by: llm-git <llm-git@ttll.de>
1 parent 91840ce commit 7fac3fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/wasm-utxo/js/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export { ECPair } from "./ecpair.js";
2121
export { BIP32 } from "./bip32.js";
2222
export { Dimensions } from "./fixedScriptWallet/Dimensions.js";
2323

24-
export type { CoinName } from "./coinName.js";
24+
export type { CoinName, getMainnet, isMainnet, isTestnet, isCoinName } from "./coinName.js";
2525
export type { Triple } from "./triple.js";
2626
export type { AddressFormat } from "./address.js";
2727
export type { TapLeafScript, PreparedInscriptionRevealData } from "./inscriptions.js";

0 commit comments

Comments
 (0)