Skip to content

Commit

Permalink
uplc export encoder/decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
EzePze committed Jan 26, 2025
1 parent bd6c264 commit 5472a55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-shirts-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blaze-cardano/uplc": patch
---

Export decoder/encoder
2 changes: 2 additions & 0 deletions packages/blaze-uplc/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/* Unfortunately no UPLC machine yet */
export * from "./utils";
export { UPLCDecoder } from "./decoder";
export { UPLCEncoder } from "./encoder";

0 comments on commit 5472a55

Please sign in to comment.