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