Skip to content

Commit

Permalink
feat: Export function parseCalldataField()
Browse files Browse the repository at this point in the history
* feat: export parseCalldataField()

* Update src/utils/calldata/index.ts

Co-authored-by: Toni Tabak <tabaktoni@gmail.com>

---------

Co-authored-by: Toni Tabak <tabaktoni@gmail.com>
  • Loading branch information
PhilippeR26 and tabaktoni committed Apr 12, 2024
1 parent 0a3499d commit 4d59658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/calldata/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import validateFields from './validate';

export * as cairo from './cairo';
export * as byteArray from './byteArray';
export { parseCalldataField } from './requestParser';

export class CallData {
abi: Abi;
Expand Down

0 comments on commit 4d59658

Please sign in to comment.