Skip to content

Commit

Permalink
fix UTXOHDWallet exports
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoacosta74 authored and rileystephens28 committed Apr 17, 2024
1 parent a4e6880 commit 6bcc334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/quais.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export {

export {
Mnemonic,
BaseWallet, HDNodeWallet, HDNodeVoidWallet,
BaseWallet, HDNodeWallet, HDNodeVoidWallet, UTXOHDWallet,
Wallet,


Expand Down
2 changes: 2 additions & 0 deletions src.ts/wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ export type { CrowdsaleAccount } from "./json-crowdsale.js";
export type {
KeystoreAccount, EncryptOptions
} from "./json-keystore.js"

export { UTXOHDWallet } from "./utxohdwallet.js";

0 comments on commit 6bcc334

Please sign in to comment.