Skip to main content
Module

x/polkadot/api-contract/promise/index.ts>BlueprintPromise

Package publishing for deno.land/x/polkadot
Go to Latest
class BlueprintPromise
extends Blueprint<"promise">
import { BlueprintPromise } from "https://deno.land/x/polkadot@0.2.12/api-contract/promise/index.ts";

Constructors

new
BlueprintPromise(
abi: string | Record<string, unknown> | Abi,
codeHash: string | Hash,
)