Skip to main content
Module

x/polkadot/mod.ts>typesCreate.withTypeString

Package publishing for deno.land/x/polkadot
Go to Latest
function typesCreate.withTypeString
import { typesCreate } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { withTypeString } = typesCreate;

Parameters

registry: Registry
typeDef: Omit<TypeDef, "type"> & { type?: string; }

Returns

TypeDef