Skip to content

Commit 4d59658

Browse files
feat: Export function parseCalldataField()
* 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>
1 parent 0a3499d commit 4d59658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/calldata/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import validateFields from './validate';
3737

3838
export * as cairo from './cairo';
3939
export * as byteArray from './byteArray';
40+
export { parseCalldataField } from './requestParser';
4041

4142
export class CallData {
4243
abi: Abi;

0 commit comments

Comments
 (0)