Module

x/polkadot/types/interfaces/types.ts>OperatingMode

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

Properties

readonly
isNormal: boolean
readonly
isRejectingOutboundMessages: boolean
readonly
isHalted: boolean
readonly
type: "Normal" | "RejectingOutboundMessages" | "Halted"