tuweni / org.apache.tuweni.ssz / SSZWriter / writeUInt32List

writeUInt32List

open fun writeUInt32List(vararg elements: Long): Unit (source)
open fun writeUInt32List(elements: MutableList<Long>): Unit (source)

Write a list of 32-bit unsigned integers.

Parameters

elements - the integers to write as a list

Exceptions

IllegalArgumentException - if any values are too large to be represented in 32 bits