import { CodePromise } from "https://deno.land/x/polkadot@0.2.16/api-contract/promise/index.ts";
Constructors
new
CodePromise(api: ApiPromise,
abi: string | Record<string, unknown> | Abi,
wasm: ,
| Uint8Array
| string
| Buffer
| null
| undefined