Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

readonly
isCandidateBacked: boolean
readonly
asCandidateBacked: ITuple<
[
CandidateReceipt,
HeadData,
CoreIndex,
GroupIndex,
]
>
readonly
isCandidateIncluded: boolean
readonly
asCandidateIncluded: ITuple<
[
CandidateReceipt,
HeadData,
CoreIndex,
GroupIndex,
]
>
readonly
isCandidateTimedOut: boolean
readonly
asCandidateTimedOut: ITuple<[CandidateReceipt, HeadData, CoreIndex]>
readonly
type: "CandidateBacked" | "CandidateIncluded" | "CandidateTimedOut"