Skip to main content
Module

x/polkadot/mod.ts>types.createTypeUnsafe

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

Type Parameters

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

Parameters

registry: Registry
type: K
optional
params: unknown[] = [UNSUPPORTED]
optional
options: CreateOptions = [UNSUPPORTED]