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 64ac7e3 commit 23c5fd6Copy full SHA for 23c5fd6
src/utils/calldata/requestParser.ts
@@ -270,7 +270,7 @@ function parseCalldataValue(
270
/**
271
* Parse one field of the calldata by using input field from the abi for that method
272
*
273
- * @param argsIterator - Iterator<any> for value of the field
+ * @param argsIterator - Iterator for value of the field
274
* @param input - input(field) information from the abi that will be used to parse the data
275
* @param structs - structs from abi
276
* @param enums - enums from abi
0 commit comments