addInArrayParamBytesFix

open fun addInArrayParamBytesFix(arrayIdx: Int, size: Int, val: Array<Byte>): Int

Adding a int64 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).

size

fixed size of the bytes array parameter (val).

val

the value of the parameter