Skip to content

Commit

Permalink
fix: add Bip to ts interface
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Vaccaro <me@lvaccaro.com>
  • Loading branch information
lvaccaro committed Jan 10, 2025
1 parent d22ddef commit 335e4c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Descriptor } from './classes/Descriptor';
import { Bip } from './classes/Bip';
import { Client } from './classes/Client';
import { Descriptor } from './classes/Descriptor';
import { Wollet } from './classes/Wollet';
import { Signer } from './classes/Signer';
import { Pset } from './classes/Pset';
Expand All @@ -15,6 +16,7 @@ import {
import { type ElectrumClientConfig } from './lib/interfaces';

export {
Bip,
Client,
Descriptor,
Network,
Expand Down

0 comments on commit 335e4c0

Please sign in to comment.