static fun encodeInt32(value: Int): Bytes!
Encode a 32-bit two's-compliment integer to a Bytes value.
Bytes
value - Int: the integer to encode
value
Return Bytes!: the SSZ encoding in a Bytes value