Skip to main content
Module

x/polkadot/types/bundle.ts>TypeRegistry#createType

Package publishing for deno.land/x/polkadot
Go to Latest
method TypeRegistry.prototype.createType
import { TypeRegistry } from "https://deno.land/x/polkadot@0.2.36/types/bundle.ts";

Type Parameters

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

Parameters

type: K
...params: unknown[]

Returns

DetectCodec<T, K>