static fun decodeUInt384(source: Bytes!): UInt384!
Read a 384-bit unsigned integer from the SSZ source.
source - Bytes!: the SSZ encoded bytes
source
InvalidSSZTypeException - if there are insufficient encoded bytes for a 384-bit int
InvalidSSZTypeException
EndOfSSZException - if there are no more SSZ values to read
EndOfSSZException
Return UInt384!: a UInt384
UInt384