BorshUint16Codec constructor

const BorshUint16Codec()

Creates a codec for unsigned 16-bit integers.

Implementation

const BorshUint16Codec(): super(ByteLength.u16);