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