BorshBigIntDecoder constructor

const BorshBigIntDecoder(
  1. int byteLength
)

Creates a decoder for signed big-integers.

Implementation

const BorshBigIntDecoder(this.byteLength);