addParamUInt8

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

Methods for adding parameters of the given type (input or output). For output parameters (isOutput=true) a value has to be specified, although usually not need; Add a uint8 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