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

x/polkadot/types/interfaces/types.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.36/types/interfaces/types.ts";

Properties

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