addParamInt256

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

Add a int256 type parameter

Return

the index of the parameter (0-based).

Parameters

fn

A Non-null eth abi function

val

for output parameters, value has to be specified (stored in a block of data)

isOutput

determines if the parameter is an input or output