static fun decodeInt32(source: Bytes!): Int
(source)
Read a 32-bit two's-compliment integer from the SSZ source.
source
- Bytes!: 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
Int: an int