add Param UInt8
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
is Output
determines if the parameter is an input or output