tuweni / org.apache.tuweni.ssz / SSZReader / readUInt256

readUInt256

abstract fun readUInt256(): UInt256! (source)

Read a UInt256 from the SSZ source.

Exceptions

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

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

Return
UInt256!: A UInt256.