BorshUintDecoder constructor

const BorshUintDecoder(
  1. int byteLength
)

Creates a decoder for unsigned integers.

Implementation

const BorshUintDecoder(this.byteLength);