method TypeRegistry.prototype.createClassimport { TypeRegistry } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/bundle.ts"; createClass<T extends Codec = Codec, K extends string = string>(type: K): CodecClass<DetectCodec<T, K>>Type ParametersoptionalT extends Codec = CodecoptionalK extends string = stringParameterstype: KReturnsCodecClass<DetectCodec<T, K>>