tuweni / org.apache.tuweni.ssz / SSZReader / readInt32

readInt32

open fun readInt32(): Int (source)

Read a 32-bit two's-compliment integer from the SSZ source.

Exceptions

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.