Skip to main content
Module

x/polkadot/types-codec/bundle.ts>typeToConstructor

Package publishing for deno.land/x/polkadot
Go to Latest
function typeToConstructor
import { typeToConstructor } from "https://deno.land/x/polkadot@0.2.33/types-codec/bundle.ts";

Type Parameters

optional
T extends Codec = Codec

Parameters

registry: Registry
type: string | CodecClass<T>

Returns

CodecClass<T>