Skip to main content
Module

x/polkadot/mod.ts>types.withTypeString

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

Parameters

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

Returns

TypeDef