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

x/polkadot/api/base/Decorate.ts>Decorate#createType

Package publishing for deno.land/x/polkadot
Go to Latest
method Decorate.prototype.createType
import { Decorate } from "https://deno.land/x/polkadot@0.2.25/api/base/Decorate.ts";

Type Parameters

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

Parameters

type: K
...params: unknown[]

Returns

DetectCodec<T, K>