Module

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

Package publishing for deno.land/x/polkadot
Latest
interface CandidateEvent
implements Enum
import { type CandidateEvent } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/interfaces/index.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"