Skip to main content
Module

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

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

Constructors

new
CodePromise(
abi: string | Record<string, unknown> | Abi,
wasm:
| Uint8Array
| string
| Buffer
| null
| undefined
,
)