static fun encodeUInt384List(vararg elements: UInt384): Bytes (source)static fun encodeUInt384List(elements: MutableList<UInt384>): Bytes (source)
Encode a list of UInt384.
elements - the integers to write
Return
SSZ encoding in a Bytes value