getParamUInt8

open fun getParamUInt8(idx: Int, isOutput: Boolean): Byte

Methods for accessing the value of an output or input parameter, of different types. Get a uint8 type parameter at the given index

Return

the value of the parameter.

Parameters

fn

A Non-null eth abi function

idx

index for the parameter (0-based).

isOutput

determines if the parameter is an input or output