Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: deprecate all receipt coders #3106

Merged
merged 15 commits into from
Sep 6, 2024
Merged
Prev Previous commit
Next Next commit
Revert "move receipt related helpers to another file"
This reverts commit c26f537.
Torres-ssf committed Sep 6, 2024
commit 6f7a603eac210e0a1ec3dc295e82497f93d61a30
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/transactions/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export * from './coders/input';
export * from './coders/output';
export * from './coders/policy';
export * from './coders/receipt';
export * from './coders/storage-slot';
export * from './coders/transaction';
export * from './coders/witness';
export * from './coders/tx-pointer';
export * from './coders/utxo-id';
export * from './coders/byte-array';
export * from './receipts';
export * from './utils';