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