From 53fe94f285432c9d2b02c50bce6491851e354468 Mon Sep 17 00:00:00 2001 From: Alejo Acosta Date: Tue, 16 Apr 2024 20:37:28 -0300 Subject: [PATCH] fix UTXOHDWallet exports --- src.ts/quais.ts | 2 +- src.ts/wallet/index.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src.ts/quais.ts b/src.ts/quais.ts index 7fa0df93..a1b738bd 100644 --- a/src.ts/quais.ts +++ b/src.ts/quais.ts @@ -109,7 +109,7 @@ export { export { Mnemonic, - BaseWallet, HDNodeWallet, HDNodeVoidWallet, + BaseWallet, HDNodeWallet, HDNodeVoidWallet, UTXOHDWallet, Wallet, diff --git a/src.ts/wallet/index.ts b/src.ts/wallet/index.ts index 1c26a5b1..b27a0f1e 100644 --- a/src.ts/wallet/index.ts +++ b/src.ts/wallet/index.ts @@ -44,3 +44,5 @@ export type { CrowdsaleAccount } from "./json-crowdsale.js"; export type { KeystoreAccount, EncryptOptions } from "./json-keystore.js" + +export { UTXOHDWallet } from "./utxohdwallet.js"; \ No newline at end of file