static fun encodeInt64List(vararg elements: Long): Bytes
(source)static fun encodeInt64List(elements: MutableList<Long>): Bytes
(source)
Encode a list of 64-bit two's compliment integers.
elements
- the integers to write
Return
SSZ encoding in a Bytes value