BorshBigUintCodec constructor
const
BorshBigUintCodec(
- int byteLength
Creates a codec for unsigned big-integers.
Implementation
const BorshBigUintCodec(this.byteLength);
Creates a codec for unsigned big-integers.
const BorshBigUintCodec(this.byteLength);