static fun encodeInt32List(vararg elements: Int): Bytes
(source)static fun encodeInt32List(elements: MutableList<Int>): Bytes
(source)
Encode a list of 32-bit two's compliment integers.
elements
- the integers to write
Return
SSZ encoding in a Bytes value