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