class AbstractInt implements INumber extends BNAbstractimport { AbstractInt } from "https://deno.land/x/polkadot@0.2.28/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