Skip to main content
Module

x/capi/mod.ts>known.InstantiateReturnValue

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface known.InstantiateReturnValue
import { type known } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { InstantiateReturnValue } = known;

The result of a successful contract instantiation.

Properties

The output of the called constructor.

account_id: AccountId

The account id of the new contract.