tuweni / org.apache.tuweni.ssz / SSZWriter / writeInt64List

writeInt64List

open fun writeInt64List(vararg elements: Long): Unit (source)

Write a list of 64-bit two's compliment integers.

Parameters

elements - Long: the integers to write as a list

open fun writeInt64List(elements: MutableList<Long!>!): Unit (source)

Write a list of 64-bit two's compliment integers.

Parameters

elements - MutableList<Long!>!: the integers to write as a list