class AbstractInt implements INumber extends BNAbstractimport { AbstractInt } from "https://dotland.deno.dev/x/polkadot@0.2.38/types-codec/abstract/Int.ts"; ConstructorsnewAbstractInt(registry: Registry,value?: AnyNumber | null,bitLength?: UIntBitLength,isSigned?,)PropertiesoptionalcreatedAtHash: IU8areadonlyencodedLength: numberreadonlyhash: IU8aoptionalinitialU8aLength: numberreadonlyisEmpty: booleanoptionalisStorageFallback: booleanreadonlyisUnsigned: booleanreadonlyregistry: RegistryMethodsbitLength(): numbereq(other?: unknown): booleaninspect(): InspectisMax(): booleantoBigInt(): biginttoBn(): BNtoHex(isLe?): HexStringtoHuman(_isExpanded?: boolean): stringtoJSON(onlyHex?): anytoPrimitive(): number | stringtoRawType(): stringtoString(base?: number): stringtoU8a(_isBare?: boolean): Uint8Array