ssz / org.apache.tuweni.ssz / SSZReader / readUInt384

readUInt384

abstract fun readUInt384(): UInt384 (source)

Read a UInt384 from the SSZ source.

Exceptions

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

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

Return
A UInt384.