Skip to main content
Module

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

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

Constructors

new
BlueprintRx(
api: ApiRx,
abi: string | Record<string, unknown> | Abi,
codeHash: string | Hash,
)