BorshBigUintCodec constructor

const BorshBigUintCodec(
  1. int byteLength
)

Creates a codec for unsigned big-integers.

Implementation

const BorshBigUintCodec(this.byteLength);