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

writeUInt256List

open fun writeUInt256List(vararg elements: UInt256!): Unit (source)

Write a list of unsigned 256-bit integers.

Parameters

elements - UInt256!: the integers to write as a list

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

Write a list of unsigned 256-bit integers.

Parameters

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