static fun decodeUInt384List(source: Bytes!): MutableList<UInt384!>! (source)
Read a list of 384-bit unsigned int values from the SSZ source.
source - Bytes!: the SSZ encoded bytes
InvalidSSZTypeException - if the next SSZ value is not a list, there are insufficient encoded bytes for the desired bit length of any value in the list, or any decoded value was too large to fit into a UInt384