BorshBigIntCodec constructor

const BorshBigIntCodec(
  1. int byteLength
)

Creates a codec for signed big-integers.

Implementation

const BorshBigIntCodec(this.byteLength);