tuweni / org.apache.tuweni.ssz / SSZReader / readBoolean

readBoolean

open fun readBoolean(): Boolean (source)

Read a boolean from the SSZ source.

Exceptions

InvalidSSZTypeException - If the decoded value is not a boolean.

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

Return
Boolean: A boolean.