static fun encodeUInt64List(vararg elements: Long): Bytes (source)static fun encodeUInt64List(elements: MutableList<Long>): Bytes (source)
Encode a list of 64-bit unsigned integers. Note that the elements are native signed longs, but will be interpreted as an unsigned values.
elements - the integers to write
Return
SSZ encoding in a Bytes value