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

x/polkadot/api-contract/rx/index.ts>ContractRx

Package publishing for deno.land/x/polkadot
Go to Latest
class ContractRx
extends Contract<"rxjs">
import { ContractRx } from "https://deno.land/x/polkadot@0.2.16/api-contract/rx/index.ts";

Constructors

new
ContractRx(
api: ApiRx,
abi: string | Record<string, unknown> | Abi,
address: string | AccountId,
)