Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

readonly
nextUpOnAvailable: Option<ScheduledCore>
readonly
occupiedSince: BlockNumber
readonly
timeOutAt: BlockNumber
readonly
nextUpOnTimeOut: Option<ScheduledCore>
readonly
availability: BitVec
readonly
groupResponsible: GroupIndex
readonly
candidateHash: CandidateHash
readonly
candidateDescriptor: CandidateDescriptor