Module

x/polkadot/types/interfaces/types.ts>SocietyJudgement

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

Properties

readonly
isRebid: boolean
readonly
isReject: boolean
readonly
isApprove: boolean
readonly
type: "Rebid" | "Reject" | "Approve"