Skip to content

Commit

Permalink
fix(utils): adding transaction utils to the utils export
Browse files Browse the repository at this point in the history
  • Loading branch information
MilGard91 committed Apr 20, 2022
1 parent 1fadf41 commit 6429179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export * as encode from './utils/encode';
export * as hash from './utils/hash';
export * as json from './utils/json';
export * as number from './utils/number';
export * as transaction from './utils/transaction';
export * as stark from './utils/stark';
export * as ec from './utils/ellipticCurve';
export * as uint256 from './utils/uint256';
Expand Down

0 comments on commit 6429179

Please sign in to comment.