Skip to content

Commit

Permalink
Merge pull request #1441 from input-output-hk/fix/export-txmetadata-m…
Browse files Browse the repository at this point in the history
…odule

fix: export TxMetadata module from core package root
  • Loading branch information
rhyslbw authored Aug 22, 2024
2 parents c803ab1 + e687b71 commit 9f3bb66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * as Asset from './Asset';
export * as Cardano from './Cardano';
export * as Serialization from './Serialization';
export * as TxMetadata from './TxMetadata';
export * from './Provider';
export * from './util';
export * from './errors';
Expand Down

0 comments on commit 9f3bb66

Please sign in to comment.