addParamInt64

open fun addParamInt64(val: Long, isOutput: Boolean): Int

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