getParamUInt256

open fun getParamUInt256(idx: Int, isOutput: Boolean): Array<Byte>

Get a uint256 type parameter at the given index

Return

the value of the parameter stored in a block of data.

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