tuweni / org.apache.tuweni.ssz / SSZWriter / writeUInt384List

writeUInt384List

open fun writeUInt384List(elements: MutableList<UInt384!>!): Unit (source)

Write a list of unsigned 384-bit integers.

Parameters

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

open fun writeUInt384List(vararg elements: UInt384!): Unit (source)

Write a list of unsigned 384-bit integers.

Parameters

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