static fun decodeBoolean(source: Bytes): Boolean (source)
Read a boolean value from the SSZ source.
source - the SSZ encoded bytes
InvalidSSZTypeException - if the decoded value is not a boolean
EndOfSSZException - if there are no more SSZ values to read
Return
a boolean