Skip to main content
Module

x/polkadot/mod.ts>types.constructTypeClass

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

Type Parameters

optional
T extends Codec = Codec

Parameters

registry: Registry
typeDef: TypeDef

Returns

CodecClass<T>