import { BytesX } from '../internals/BytesX' import Bn from 'bn.js' import { Uish } from 'pollenium-uvaursi' export class Bytes1 extends BytesX { public static LENGTH: number = 1; constructor(uish: Uish) { super(Bytes1.LENGTH, uish) } } export class Bytes2 extends BytesX { public static LENGTH: number = 2; constructor(uish: Uish) { super(Bytes2.LENGTH, uish) } } export class Bytes3 extends BytesX { public static LENGTH: number = 3; constructor(uish: Uish) { super(Bytes3.LENGTH, uish) } } export class Bytes4 extends BytesX { public static LENGTH: number = 4; constructor(uish: Uish) { super(Bytes4.LENGTH, uish) } } export class Bytes5 extends BytesX { public static LENGTH: number = 5; constructor(uish: Uish) { super(Bytes5.LENGTH, uish) } } export class Bytes6 extends BytesX { public static LENGTH: number = 6; constructor(uish: Uish) { super(Bytes6.LENGTH, uish) } } export class Bytes7 extends BytesX { public static LENGTH: number = 7; constructor(uish: Uish) { super(Bytes7.LENGTH, uish) } } export class Bytes8 extends BytesX { public static LENGTH: number = 8; constructor(uish: Uish) { super(Bytes8.LENGTH, uish) } } export class Bytes9 extends BytesX { public static LENGTH: number = 9; constructor(uish: Uish) { super(Bytes9.LENGTH, uish) } } export class Bytes10 extends BytesX { public static LENGTH: number = 10; constructor(uish: Uish) { super(Bytes10.LENGTH, uish) } } export class Bytes11 extends BytesX { public static LENGTH: number = 11; constructor(uish: Uish) { super(Bytes11.LENGTH, uish) } } export class Bytes12 extends BytesX { public static LENGTH: number = 12; constructor(uish: Uish) { super(Bytes12.LENGTH, uish) } } export class Bytes13 extends BytesX { public static LENGTH: number = 13; constructor(uish: Uish) { super(Bytes13.LENGTH, uish) } } export class Bytes14 extends BytesX { public static LENGTH: number = 14; constructor(uish: Uish) { super(Bytes14.LENGTH, uish) } } export class Bytes15 extends BytesX { public static LENGTH: number = 15; constructor(uish: Uish) { super(Bytes15.LENGTH, uish) } } export class Bytes16 extends BytesX { public static LENGTH: number = 16; constructor(uish: Uish) { super(Bytes16.LENGTH, uish) } } export class Bytes17 extends BytesX { public static LENGTH: number = 17; constructor(uish: Uish) { super(Bytes17.LENGTH, uish) } } export class Bytes18 extends BytesX { public static LENGTH: number = 18; constructor(uish: Uish) { super(Bytes18.LENGTH, uish) } } export class Bytes19 extends BytesX { public static LENGTH: number = 19; constructor(uish: Uish) { super(Bytes19.LENGTH, uish) } } export class Bytes20 extends BytesX { public static LENGTH: number = 20; constructor(uish: Uish) { super(Bytes20.LENGTH, uish) } } export class Bytes21 extends BytesX { public static LENGTH: number = 21; constructor(uish: Uish) { super(Bytes21.LENGTH, uish) } } export class Bytes22 extends BytesX { public static LENGTH: number = 22; constructor(uish: Uish) { super(Bytes22.LENGTH, uish) } } export class Bytes23 extends BytesX { public static LENGTH: number = 23; constructor(uish: Uish) { super(Bytes23.LENGTH, uish) } } export class Bytes24 extends BytesX { public static LENGTH: number = 24; constructor(uish: Uish) { super(Bytes24.LENGTH, uish) } } export class Bytes25 extends BytesX { public static LENGTH: number = 25; constructor(uish: Uish) { super(Bytes25.LENGTH, uish) } } export class Bytes26 extends BytesX { public static LENGTH: number = 26; constructor(uish: Uish) { super(Bytes26.LENGTH, uish) } } export class Bytes27 extends BytesX { public static LENGTH: number = 27; constructor(uish: Uish) { super(Bytes27.LENGTH, uish) } } export class Bytes28 extends BytesX { public static LENGTH: number = 28; constructor(uish: Uish) { super(Bytes28.LENGTH, uish) } } export class Bytes29 extends BytesX { public static LENGTH: number = 29; constructor(uish: Uish) { super(Bytes29.LENGTH, uish) } } export class Bytes30 extends BytesX { public static LENGTH: number = 30; constructor(uish: Uish) { super(Bytes30.LENGTH, uish) } } export class Bytes31 extends BytesX { public static LENGTH: number = 31; constructor(uish: Uish) { super(Bytes31.LENGTH, uish) } } export class Bytes32 extends BytesX { public static LENGTH: number = 32; constructor(uish: Uish) { super(Bytes32.LENGTH, uish) } }