Skip to main content
Module

x/polkadot/mod.ts>types.createClassUnsafe

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

Type Parameters

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

Parameters

registry: Registry
type: K

Returns

CodecClass<T>