tuweni / org.apache.tuweni.ssz / SSZReader / readBooleanList

readBooleanList

abstract fun readBooleanList(): MutableList<Boolean!>! (source)

Read a list of booleans from the SSZ source.

Exceptions

InvalidSSZTypeException - If the next SSZ value is not a list, there are insufficient encoded bytes for all the booleans in the list.

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

Return
MutableList<Boolean!>!: A list of booleans.