function createClassUnsafeRe-exportimport { createClassUnsafe } from "https://deno.land/x/polkadot@0.2.17/types/create/index.ts"; createClassUnsafe<T extends Codec = Codec, K extends string = string>(registry: Registry, type: K): CodecClass<T>Type ParametersoptionalT extends Codec = CodecoptionalK extends string = stringParametersregistry: Registrytype: KReturnsCodecClass<T>