Module

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

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

Properties

readonly
isPrevote: boolean
readonly
asPrevote: GrandpaEquivocationValue
readonly
isPrecommit: boolean
readonly
asPrecommit: GrandpaEquivocationValue
readonly
type: "Prevote" | "Precommit"