open fun readInt32(): Int
(source)
Read a 32-bit two's-compliment 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
Int: An int.