class Set implements ISet<string> extends Set<string>import { Set } from "https://deno.land/x/polkadot@0.2.12/types/codec/index.ts"; ConstructorsnewSet(registry: Registry,setValues: SetValues,value?: | string[] | Set<string> | Uint8Array | BN | number | string,bitLength?,)Propertiesadd: (key: string) => thisoptionalcreatedAtHash: IU8areadonlyencodedLength: numberreadonlyhash: IU8areadonlyisEmpty: booleanreadonlyregistry: Registryreadonlystrings: string[]readonlyvalueEncoded: BNMethodseq(other?: unknown): booleaninspect(): InspecttoHex(): HexStringtoHuman(): string[]toJSON(): string[]toNumber(): numbertoPrimitive(): string[]toRawType(): stringtoString(): stringtoU8a(isBare?: boolean): Uint8ArrayStatic Methodswith(values: SetValues, bitLength?: number): CodecClass<CodecSet>