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

x/polkadot/types/bundle.ts>createClass

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

Type Parameters

optional
T extends Codec = Codec
optional
K extends string = string

Parameters

registry: Registry
type: K

Returns

CodecClass<DetectCodec<T, K>>