BorshInt32Codec constructor

const BorshInt32Codec()

Creates a codec for signed 32-bit integers.

Implementation

const BorshInt32Codec(): super(ByteLength.i32);