BorshUint8Codec constructor
const
BorshUint8Codec()
Creates a codec for unsigned 8-bit integers.
Implementation
const BorshUint8Codec(): super(ByteLength.u8);
Creates a codec for unsigned 8-bit integers.
const BorshUint8Codec(): super(ByteLength.u8);