BorshUint16Codec constructor
const
BorshUint16Codec()
Creates a codec for unsigned 16-bit integers.
Implementation
const BorshUint16Codec(): super(ByteLength.u16);
Creates a codec for unsigned 16-bit integers.
const BorshUint16Codec(): super(ByteLength.u16);