Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/types/create/index.ts>constructTypeClass

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

Type Parameters

optional
T extends Codec = Codec

Parameters

registry: Registry
typeDef: TypeDef

Returns

CodecClass<T>