Module

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

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

Properties

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