Skip to content

Commit

Permalink
Merge pull request #785 from o1-labs/feature/add-transaction-id-type
Browse files Browse the repository at this point in the history
Export transaction id
  • Loading branch information
mitschabaude authored Mar 8, 2023
2 parents 534a212 + 82b0425 commit 841a669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/o1-labs/snarkyjs/compare/1abdfb70...HEAD)

> No unreleased changes yet
### Fixed

- Added missing export of `Mina.TransactionId` https://github.com/o1-labs/snarkyjs/pull/785

## [0.9.2](https://github.com/o1-labs/snarkyjs/compare/9c44b9c2...1abdfb70)

Expand Down
1 change: 1 addition & 0 deletions src/lib/mina.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export {
currentTransaction,
CurrentTransaction,
Transaction,
TransactionId,
activeInstance,
setActiveInstance,
transaction,
Expand Down

0 comments on commit 841a669

Please sign in to comment.