Optional
arrayOptional
arrayThe length of the array, or -1 for dynamic-length arrays. This is null for parameters which are not arrays.
Optional
components?: AbiParamType[]The components of a tuple. This is null for non-tuple parameters.
The local parameter name. This may be null for unnamed parameters. For example, the parameter definition string foobar would be foobar.
The type of children of the array. This is null for any parameter which is not an array.