Skip to main content
Module

x/polkadot/mod.ts>typesCreate.constructTypeClass

Package publishing for deno.land/x/polkadot
Go to Latest
function typesCreate.constructTypeClass
import { typesCreate } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { constructTypeClass } = typesCreate;

Type Parameters

optional
T extends Codec = Codec

Parameters

registry: Registry
typeDef: TypeDef

Returns

CodecClass<T>