BorshInt16Codec constructor

const BorshInt16Codec()

Creates a codec for signed 16-bit integers.

Implementation

const BorshInt16Codec(): super(ByteLength.i16);