open fun readUInt32(): Long
(source)
Read a 32-bit unsigned integer from the SSZ source.
InvalidSSZTypeException
- If there are insufficient encoded bytes for a 32-bit int.
EndOfSSZException
- If there are no more SSZ values to read.
Return
Long: An int.