Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/api-contract/base/index.ts>Blueprint

Package publishing for deno.land/x/polkadot
Go to Latest
class Blueprint
extends Base<ApiType>
import { Blueprint } from "https://deno.land/x/polkadot@0.2.23/api-contract/base/index.ts";

Constructors

new
Blueprint(
api: ApiBase<ApiType>,
abi: string | Record<string, unknown> | Abi,
codeHash: string | Hash | Uint8Array,
decorateMethod: DecorateMethod<ApiType>,
)

Type Parameters

ApiType extends ApiTypes

Properties

readonly
codeHash: Hash
readonly
tx: MapConstructorExec<ApiType>