Module

x/polkadot/mod.ts>typesCreate.withTypeString

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

Parameters

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

Returns

TypeDef