open fun writeUInt384List(elements: MutableList<UInt384>): Unit
open fun writeUInt384List(vararg elements: UInt384): Unit
Write a list of unsigned 384-bit integers.
elements - the integers to write as a list
elements