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

x/polkadot/types/create/registry.ts>TypeRegistry#createTypeUnsafe

Package publishing for deno.land/x/polkadot
Go to Latest
method TypeRegistry.prototype.createTypeUnsafe
import { TypeRegistry } from "https://deno.land/x/polkadot@0.2.40/types/create/registry.ts";

Type Parameters

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

Parameters

type: K
params: unknown[]
optional
options: CreateOptions