Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

readonly
validatorsFor: BitVec
readonly
validatorsAgainst: BitVec
readonly
start: BlockNumber
readonly
concludedAt: Option<BlockNumber>