addParamInt8

open fun addParamInt8(val: Byte, isOutput: Boolean): Int

Add a int8 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

isOutput

determines if the parameter is an input or output