We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3499d commit 4d59658Copy full SHA for 4d59658
src/utils/calldata/index.ts
@@ -37,6 +37,7 @@ import validateFields from './validate';
37
38
export * as cairo from './cairo';
39
export * as byteArray from './byteArray';
40
+export { parseCalldataField } from './requestParser';
41
42
export class CallData {
43
abi: Abi;
0 commit comments