Module

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

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

Properties

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