Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

readonly
isExplicit: boolean
readonly
isBackingSeconded: boolean
readonly
asBackingSeconded: Hash
readonly
isBackingValid: boolean
readonly
asBackingValid: Hash
readonly
isApprovalChecking: boolean
readonly
type:
| "Explicit"
| "BackingSeconded"
| "BackingValid"
| "ApprovalChecking"