static fun decodeInt8(source: Bytes): Int
(source)
Read an 8-bit two's-compliment integer from the SSZ source.
source
- the SSZ encoded bytes
InvalidSSZTypeException
- if there are insufficient encoded bytes for an 8-bit int
EndOfSSZException
- if there are no more SSZ values to read
Return
an int