decodeUInt256

open fun decodeUInt256(input: Array<Byte>): String

Decodes input data (bytes longer than 32 will be truncated) as uint256

Return

Non-null decoded string value

Parameters

input

Data to be decoded