Module

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

Package publishing for deno.land/x/polkadot
Go to Latest
interface CoreState
implements Enum
import { type CoreState } from "https://dotland.deno.dev/x/polkadot@0.2.24/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"