Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/api-contract/base/util.ts>createBluePrintWithId

Package publishing for deno.land/x/polkadot
Latest
function createBluePrintWithId
import { createBluePrintWithId } from "https://deno.land/x/polkadot@0.2.45/api-contract/base/util.ts";

Parameters

fn: (
constructorOrId: AbiConstructor | string | number,
params: unknown[],
) => T