BorshBigUintDecoder constructor

const BorshBigUintDecoder(
  1. int byteLength
)

Creates decoder for unsigned big-integers.

Implementation

const BorshBigUintDecoder(this.byteLength);