open fun writeUInt256List(vararg elements: UInt256!): Unit
(source)
Write a list of unsigned 256-bit integers.
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.
elements
- MutableList<UInt256!>!: the integers to write as a list