We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91840ce + 7fac3fc commit 86824a5Copy full SHA for 86824a5
1 file changed
packages/wasm-utxo/js/index.ts
@@ -21,7 +21,7 @@ export { ECPair } from "./ecpair.js";
21
export { BIP32 } from "./bip32.js";
22
export { Dimensions } from "./fixedScriptWallet/Dimensions.js";
23
24
-export type { CoinName } from "./coinName.js";
+export type { CoinName, getMainnet, isMainnet, isTestnet, isCoinName } from "./coinName.js";
25
export type { Triple } from "./triple.js";
26
export type { AddressFormat } from "./address.js";
27
export type { TapLeafScript, PreparedInscriptionRevealData } from "./inscriptions.js";
0 commit comments