Skip to content

Commit

Permalink
feat(utxo-core): add VirtualSize export
Browse files Browse the repository at this point in the history
Add VirtualSize to index exports for direct access by API consumers.

Issue: BTC-1826
  • Loading branch information
OttoAllmendinger committed Feb 27, 2025
1 parent 0e12dca commit a80b121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/utxo-core/src/descriptor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './psbt';
export * from './address';
export * from './DescriptorMap';
export * from './Output';
export * from './VirtualSize';

0 comments on commit a80b121

Please sign in to comment.