BorshInt8Codec constructor
      const
      BorshInt8Codec()
     
    
Creates a codec for signed 8-bit integers.
Implementation
const BorshInt8Codec(): super(ByteLength.i8);Creates a codec for signed 8-bit integers.
const BorshInt8Codec(): super(ByteLength.i8);