encodeInt32

open fun encodeInt32(value: Int): Array<Byte>

Encode a int32 according to Ethereum ABI, into 32 bytes. Values are padded by 0 on the left, unless specified otherwise

Return

Encoded value stored in a block of data

Parameters

value

a int32 value