tuweni / org.apache.tuweni.ssz / SSZWriter / writeUInt256List

writeUInt256List

open fun writeUInt256List(vararg elements: UInt256): Unit (source)
open fun writeUInt256List(elements: MutableList<UInt256>): Unit (source)

Write a list of unsigned 256-bit integers.

Parameters

elements - the integers to write as a list