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>ElectionPhase

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

Properties

readonly
isOff: boolean
readonly
isSigned: boolean
readonly
isUnsigned: boolean
readonly
asUnsigned: ITuple<[bool, BlockNumber]>
readonly
isEmergency: boolean
readonly
type:
| "Off"
| "Signed"
| "Unsigned"
| "Emergency"