tuweni / org.apache.tuweni.ssz / SSZReader / readInt64

readInt64

open fun readInt64(): Long (source)

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

Exceptions

InvalidSSZTypeException - If there are insufficient encoded bytes for a 64-bit int.

EndOfSSZException - If there are no more SSZ values to read.

Return
Long: A long.