Module

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

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

Properties

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