BorshUintDecoder constructor
const
BorshUintDecoder(
- int byteLength
Creates a decoder for unsigned integers.
Implementation
const BorshUintDecoder(this.byteLength);
Creates a decoder for unsigned integers.
const BorshUintDecoder(this.byteLength);