add In Array Param UInt8
Methods for adding a parameter of the given type to a top-level input parameter array. Returns the index of the parameter (0-based). Note that nested ParamArrays are not possible through this API, could be done by using index paths like "1/0" Adding a uint8 type parameter of to the top-level input parameter array
Return
the index of the added parameter (0-based).
Parameters
fn
A Non-null eth abi function
array Idx
array index for the abi function (0-based).
val
the value of the parameter