open fun readBoolean(): Boolean
Read a boolean from the SSZ source.
InvalidSSZTypeException - If the decoded value is not a boolean.
InvalidSSZTypeException
EndOfSSZException - If there are no more SSZ values to read.
EndOfSSZException
Return Boolean: A boolean.