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

x/polkadot/types/interfaces/parachains/types.ts>DisputeStatement

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

Properties

readonly
isValid: boolean
readonly
asValid: ValidDisputeStatementKind
readonly
isInvalid: boolean
readonly
asInvalid: InvalidDisputeStatementKind
readonly
type: "Valid" | "Invalid"