tuweni / org.apache.tuweni.ssz / SSZReader / readUInt32

readUInt32

open fun readUInt32(): Long (source)

Read a 32-bit unsigned 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
Long: An int.