addInArrayParamUInt8

open fun addInArrayParamUInt8(arrayIdx: Int, val: Byte): Int

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

arrayIdx

array index for the abi function (0-based).

val

the value of the parameter