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

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

Properties

readonly
isMember: boolean
readonly
isRunnerUp: boolean
readonly
isCandidate: boolean
readonly
asCandidate: Compact<u32>
readonly
type: "Member" | "RunnerUp" | "Candidate"