Skip to content

Commit 87270df

Browse files
OttoAllmendingerllm-git
andcommitted
feat(utxo-core): export derive from descriptor index
Export derive from descriptor index to make it available to consumers. Issue: BTC-1966 Co-authored-by: llm-git <[email protected]>
1 parent 929b694 commit 87270df

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)