BorshIntCodec constructor

const BorshIntCodec(
  1. int byteLength
)

Creates a codec for signed integers.

Implementation

const BorshIntCodec(this.byteLength);