Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ContractInstantiateResultTo267
implements Result<InstantiateReturnValueTo267, Null>
import { type ContractInstantiateResultTo267 } from "https://deno.land/x/polkadot@0.2.30/types/interfaces/contracts/index.ts";

Properties

readonly
isErr: boolean
readonly
isOk: boolean
readonly
asOk: InstantiateReturnValueTo267