Skip to main content
Module

x/polkadot/types/index.ts>createClass

Package publishing for deno.land/x/polkadot
Latest
function createClass
import { createClass } from "https://deno.land/x/polkadot@0.2.45/types/index.ts";

Type Parameters

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

Parameters

registry: Registry
type: K

Returns

CodecClass<DetectCodec<T, K>>