Module

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

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

Properties

readonly
isOccupied: boolean
readonly
asOccupied: OccupiedCore
readonly
isScheduled: boolean
readonly
asScheduled: ScheduledCore
readonly
isFree: boolean
readonly
type: "Occupied" | "Scheduled" | "Free"