Module

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

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

Properties

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