Module

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

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

Properties

readonly
isForInvalid: boolean
readonly
isAgainstValid: boolean
readonly
type: "ForInvalid" | "AgainstValid"