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