static fun decodeUInt256(source: Bytes): UInt256 (source)
Read a 256-bit unsigned integer from the SSZ source.
source - the SSZ encoded bytes
InvalidSSZTypeException - if there are insufficient encoded bytes for a 256-bit int
EndOfSSZException - if there are no more SSZ values to read
Return
a UInt256