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