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

writeUInt32List

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

Write a list of 32-bit unsigned integers.

Parameters

elements - Long: the integers to write as a list

Exceptions

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

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

Write a list of 32-bit unsigned integers.

Parameters

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

Exceptions

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