addInArrayParamIntN

open fun addInArrayParamIntN(arrayIdx: Int, bits: Int, val: Array<Byte>): Int

Adding a int[N] 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

bits

Number of bits of the integer parameter

arrayIdx

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

val

the value of the parameter stored in a block of data