addParamBytesFix

open fun addParamBytesFix(size: Int, val: Array<Byte>, isOutput: Boolean): Int

Add a bytes[N] type parameter

Return

the index of the parameter (0-based).

Parameters

fn

A Non-null eth abi function

size

fixed size of the bytes array parameter (val).

val

for output parameters, value has to be specified

isOutput

determines if the parameter is an input or output