Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/api-contract/mod.ts>CodeRx

Package publishing for deno.land/x/polkadot
Go to Latest
class CodeRx
extends Code<"rxjs">
import { CodeRx } from "https://deno.land/x/polkadot@0.2.23/api-contract/mod.ts";

Constructors

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