BorshUintCodec constructor

const BorshUintCodec(
  1. int byteLength
)

Creates a codec for unsigned integers.

Implementation

const BorshUintCodec(this.byteLength);