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

writeUInt64List

open fun writeUInt64List(vararg elements: Long): Unit (source)
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 - the integers to write as a list