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