Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/mod.ts>getTypeClass

Package publishing for deno.land/x/polkadot
Go to Latest
function getTypeClass
import { getTypeClass } from "https://deno.land/x/polkadot@0.2.24/types/mod.ts";

Type Parameters

optional
T extends Codec = Codec

Parameters

registry: Registry
typeDef: TypeDef

Returns

CodecClass<T>