Skip to content

Commit 09ee517

Browse files
authored
Merge pull request #5880 from BitGo/BTC-1966.export-descriptor-derive
feat(utxo-core): export derive from descriptor index
2 parents 7e92d54 + 87270df commit 09ee517

File tree

1 file changed

+1
-0
lines changed
  • modules/utxo-core/src/descriptor

1 file changed

+1
-0
lines changed

modules/utxo-core/src/descriptor/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export * from './psbt';
22
export * from './address';
33
export * from './DescriptorMap';
4+
export * from './derive';
45
export * from './Output';
56
export * from './VirtualSize';
67

0 commit comments

Comments
 (0)