Skip to main content
Module

x/polkadot/types/interfaces/contracts/types.ts>ContractInfo

Package publishing for deno.land/x/polkadot
Go to Latest
interface ContractInfo
implements Enum
import { type ContractInfo } from "https://deno.land/x/polkadot@0.2.12/types/interfaces/contracts/types.ts";

Properties

readonly
isAlive: boolean
readonly
asAlive: AliveContractInfo
readonly
isTombstone: boolean
readonly
asTombstone: TombstoneContractInfo
readonly
type: "Alive" | "Tombstone"