tuweni / org.apache.tuweni.ssz / SSZReader / readUInt384List

readUInt384List

abstract fun readUInt384List(): MutableList<UInt384!>! (source)

Read a list of 384-bit unsigned int values from the SSZ source.

Exceptions

InvalidSSZTypeException - If the next SSZ value is not a list, there are insufficient encoded bytes for the desired bit length or any value in the list, or any decoded value was too large to fit into an int.

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

Return
MutableList<UInt384!>!: A list of UInt384.