BorshBigIntEncoder constructor

const BorshBigIntEncoder(
  1. int byteLength
)

Creates an encoder for signed big-integers.

Implementation

const BorshBigIntEncoder(this.byteLength);