tuweni / org.apache.tuweni.ssz / SSZWriter / writeUInt64List

writeUInt64List

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

Write a list of 64-bit unsigned integers. Note that the elements are native signed longs, but will be interpreted as an unsigned values.

Parameters

elements - Long: the integers to write as a list

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

Write a list of 64-bit unsigned integers. Note that the elements are native signed longs, but will be interpreted as an unsigned values.

Parameters

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